Html Css Color HEX #DF66C9 Free Speech Magenta

📋 copy color: '#DF66C9'

red 223 ◦ green 102 ◦ blue 201

#DF66C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DF66C9

Tints of Free Speech Magenta #DF66C9

RGB

 RED value IS 223 (87.5% from 255) = 42.4%

 GREEN value IS 102 (40.23% from 255) = 19.39%

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 42.4%
G = 19.39%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF66C9 (or 0xDF66C9) is known color: Free Speech Magenta. HEX triplet: DF, 66 and C9. RGB value is (223,102,201). Sum of RGB (Red+Green+Blue) = 223+102+201=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66C9 is #209936. Grayscale: #959595. Windows color (decimal): -2136375 or 13199071. OLE color: 13199071.

HSL color Cylindrical-coordinate representation of color #DF66C9: hue angle of 310.91º 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 #DF66C9 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 201 -
CMYK 0 0.54 0.10 0.13
HSL 310.91º 0.65% 0.64% -
HSV(B) 310.91º 0.54% 0.87% -
XYZ 45.73 29.41 58.52 -
YUV 149.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 223 102 201 0 0.54 0.10 0.13 310.91 0.65 0.64
Hex DF 66 C9 0 36 A D 137 41 40
Octal 337 146 311 0 66 12 15 467 101 100
Binary 11011111 1100110 11001001 0 110110 1010 1101 100110111 1000001 1000000

Color Harmonies of #DF66C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66C9

Black with #DF66C9

Text Example


Text Example

White with #DF66C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66C9; }

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

 H1.HeaderClassName
 {
   color: #DF66C9;
 }
 .AnyTagClassName
 {
   color: #DF66C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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