#DF4DD7

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

Shades of Free Speech Magenta #DF4DD7

Tints of Free Speech Magenta #DF4DD7

Color information

#DF4DD7 (or 0xDF4DD7) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4D and D7. RGB value is (223,77,215). Sum of RGB (Red+Green+Blue) = 223+77+215=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DD7 is #20B228. Grayscale: #878787. Windows color (decimal): -2142761 or 14110175. OLE color: 14110175.

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

Color convert

RGB22377215-
CMYK00.650.040.13
HSL303.29º69.52%58.82%-
HSV(B)303.29º65.47%87.45%-
XYZ45.3525.966.9-
YUV136.39172.37189.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 77 (30.47% from 255) = 14.95%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=43.30%
G=14.95%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237721500.650.040.13303.2969.5258.82
HexDF4DD70414D12f463b
Octal337115327010141545710673
Binary110111111001101110101110100000110011011001011111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4DD7; }

 p { color: rgb(223,77,215); }

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

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

 a { background-color: rgb(223,77,215); }

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

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

 span { border-color: rgb(223,77,215); }

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