#D24EE7

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

Shades of Free Speech Magenta #D24EE7

Tints of Free Speech Magenta #D24EE7

Color information

#D24EE7 (or 0xD24EE7) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 4E and E7. RGB value is (210,78,231). Sum of RGB (Red+Green+Blue) = 210+78+231=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #D24EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EE7 is #2DB118. Grayscale: #868686. Windows color (decimal): -2994457 or 15158994. OLE color: 15158994.

HSL color Cylindrical-coordinate representation of color #D24EE7: hue angle of 291.76º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24EE7 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21078231-
CMYK0.090.6600.09
HSL291.76º76.12%60.59%-
HSV(B)291.76º66.23%90.59%-
XYZ43.7324.9278.11-
YUV134.91182.23181.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 78 (30.86% from 255) = 15.03%
BLUE value IS 231 (90.62% from 255) = 44.51%
R=40.46%
G=15.03%
B=44.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210782310.090.6600.09291.7676.1260.59
HexD24EE7942091244c3d
Octal3221163471110201144411475
Binary1101001010011101110011110011000010010011001001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24EE7; }

 p { color: rgb(210,78,231); }

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

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

 a { background-color: rgb(210,78,231); }

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

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

 span { border-color: rgb(210,78,231); }

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