Html Css Color HEX #DF61CC Free Speech Magenta

📋 copy color: '#DF61CC'

red 223 ◦ green 97 ◦ blue 204

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

Shades of Free Speech Magenta #DF61CC

Tints of Free Speech Magenta #DF61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.51%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 42.56%
G = 18.51%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF61CC (or 0xDF61CC) is known color: Free Speech Magenta. HEX triplet: DF, 61 and CC. RGB value is (223,97,204). Sum of RGB (Red+Green+Blue) = 223+97+204=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61CC is #209E33. Grayscale: #929292. Windows color (decimal): -2137652 or 13394399. OLE color: 13394399.

HSL color Cylindrical-coordinate representation of color #DF61CC: hue angle of 309.05º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61CC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 204 -
CMYK 0 0.57 0.09 0.13
HSL 309.05º 0.66% 0.63% -
HSV(B) 309.05º 0.57% 0.87% -
XYZ 45.61 28.6 60.24 -
YUV 146.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 223 97 204 0 0.57 0.09 0.13 309.05 0.66 0.63
Hex DF 61 CC 0 39 9 D 135 42 3F
Octal 337 141 314 0 71 11 15 465 102 77
Binary 11011111 1100001 11001100 0 111001 1001 1101 100110101 1000010 111111

Color Harmonies of #DF61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61CC

Black with #DF61CC

Text Example


Text Example

White with #DF61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61CC; }

 p { color: rgb(223,97,204); }

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

background-color css

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

 a { background-color: rgb(223,97,204); }

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

border-color css

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

 span { border-color: rgb(223,97,204); }

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