Html Css Color HEX #DF60C5 Free Speech Magenta

📋 copy color: '#DF60C5'

red 223 ◦ green 96 ◦ blue 197

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

Shades of Free Speech Magenta #DF60C5

Tints of Free Speech Magenta #DF60C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 43.22%
G = 18.6%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF60C5 (or 0xDF60C5) is known color: Free Speech Magenta. HEX triplet: DF, 60 and C5. RGB value is (223,96,197). Sum of RGB (Red+Green+Blue) = 223+96+197=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60C5 is #209F3A. Grayscale: #919191. Windows color (decimal): -2137915 or 12935391. OLE color: 12935391.

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

Color convert

RGB 223 96 197 -
CMYK 0 0.57 0.12 0.13
HSL 312.28º 0.66% 0.63% -
HSV(B) 312.28º 0.57% 0.87% -
XYZ 44.69 28.08 55.89 -
YUV 145.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 223 96 197 0 0.57 0.12 0.13 312.28 0.66 0.63
Hex DF 60 C5 0 39 C D 138 42 3F
Octal 337 140 305 0 71 14 15 470 102 77
Binary 11011111 1100000 11000101 0 111001 1100 1101 100111000 1000010 111111

Color Harmonies of #DF60C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60C5

Black with #DF60C5

Text Example


Text Example

White with #DF60C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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