#D752E4

Color #D752E4 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D752E4

Tints of Free Speech Magenta #D752E4

Color information

#D752E4 (or 0xD752E4) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 52 and E4. RGB value is (215,82,228). Sum of RGB (Red+Green+Blue) = 215+82+228=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #D752E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752E4 is #28AD1B. Grayscale: #898989. Windows color (decimal): -2665756 or 14963415. OLE color: 14963415.

HSL color Cylindrical-coordinate representation of color #D752E4: hue angle of 294.66º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D752E4 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21582228-
CMYK0.060.6400.11
HSL294.66º73%60.78%-
HSV(B)294.66º64.04%89.41%-
XYZ45.0526.0876.06-
YUV138.41178.56182.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 82 (32.42% from 255) = 15.62%
BLUE value IS 228 (89.45% from 255) = 43.43%
R=40.95%
G=15.62%
B=43.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal215822280.060.6400.11294.667360.78
HexD752E46400B127493d
Octal327122344610001344711175
Binary110101111010010111001001101000000010111001001111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D752E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D752E4; }

 p { color: rgb(215,82,228); }

 H1.HeaderClassName
 {
   color: #D752E4;
 }
 .AnyTagClassName
 {
   color: #D752E4;
 }
</style>
background-color css

<style>
 a { background-color: #D752E4; }

 a { background-color: rgb(215,82,228); }

 div.DivClassName
 {
   background-color: #D752E4;
 }
 .BgClassName
 {
   background-color: #D752E4;
 }
</style>
border-color css

<style>
 span { border-color: #D752E4; }

 span { border-color: rgb(215,82,228); }

 td.TdClassName
 {
   border-color: #D752E4;
 }
 .TagClassName
 {
   border-color: #D752E4;
 }
</style>