#D24ADF

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

Shades of Free Speech Magenta #D24ADF

Tints of Free Speech Magenta #D24ADF

Color information

#D24ADF (or 0xD24ADF) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 4A and DF. RGB value is (210,74,223). Sum of RGB (Red+Green+Blue) = 210+74+223=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #D24ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ADF is #2DB520. Grayscale: #838383. Windows color (decimal): -2995489 or 14633682. OLE color: 14633682.

HSL color Cylindrical-coordinate representation of color #D24ADF: hue angle of 294.77º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24ADF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21074223-
CMYK0.060.6700.13
HSL294.77º69.95%58.24%-
HSV(B)294.77º66.82%87.45%-
XYZ42.3523.9372.2-
YUV131.65179.56183.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 74 (29.30% from 255) = 14.60%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=41.42%
G=14.60%
B=43.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210742230.060.6700.13294.7769.9558.24
HexD24ADF6430D127463a
Octal322112337610301544710672
Binary110100101001010110111111101000011011011001001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24ADF; }

 p { color: rgb(210,74,223); }

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

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

 a { background-color: rgb(210,74,223); }

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

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

 span { border-color: rgb(210,74,223); }

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