Html Css Color HEX #DF60C9 Free Speech Magenta

📋 copy color: '#DF60C9'

red 223 ◦ green 96 ◦ blue 201

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

Shades of Free Speech Magenta #DF60C9

Tints of Free Speech Magenta #DF60C9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.46%

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

R = 42.88%
G = 18.46%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF60C9 (or 0xDF60C9) is known color: Free Speech Magenta. HEX triplet: DF, 60 and C9. RGB value is (223,96,201). Sum of RGB (Red+Green+Blue) = 223+96+201=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60C9 is #209F36. Grayscale: #919191. Windows color (decimal): -2137911 or 13197535. OLE color: 13197535.

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

Color convert

RGB 223 96 201 -
CMYK 0 0.57 0.10 0.13
HSL 310.39º 0.66% 0.63% -
HSV(B) 310.39º 0.57% 0.87% -
XYZ 45.16 28.27 58.34 -
YUV 145.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 223 96 201 0 0.57 0.10 0.13 310.39 0.66 0.63
Hex DF 60 C9 0 39 A D 136 42 3F
Octal 337 140 311 0 71 12 15 466 102 77
Binary 11011111 1100000 11001001 0 111001 1010 1101 100110110 1000010 111111

Color Harmonies of #DF60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60C9

Black with #DF60C9

Text Example


Text Example

White with #DF60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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