#DF66C7

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

Shades of Free Speech Magenta #DF66C7

Tints of Free Speech Magenta #DF66C7

Color information

#DF66C7 (or 0xDF66C7) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 66 and C7. RGB value is (223,102,199). Sum of RGB (Red+Green+Blue) = 223+102+199=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66C7 is #209938. Grayscale: #949494. Windows color (decimal): -2136377 or 13067999. OLE color: 13067999.

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

Color convert

RGB223102199-
CMYK00.540.110.13
HSL311.9º65.41%63.73%-
HSV(B)311.9º54.26%87.45%-
XYZ45.4929.3157.29-
YUV149.24156.09180.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=42.56%
G=19.47%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310219900.540.110.13311.965.4163.73
HexDF66C7036BD1384140
Octal3371463070661315470101100
Binary1101111111001101100011101101101011110110011100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF66C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF66C7; }

 p { color: rgb(223,102,199); }

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

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

 a { background-color: rgb(223,102,199); }

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

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

 span { border-color: rgb(223,102,199); }

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