Html Css Color HEX #DF60D4 Free Speech Magenta

📋 copy color: '#DF60D4'

red 223 ◦ green 96 ◦ blue 212

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

Shades of Free Speech Magenta #DF60D4

Tints of Free Speech Magenta #DF60D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 42%
G = 18.08%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF60D4 (or 0xDF60D4) is known color: Free Speech Magenta. HEX triplet: DF, 60 and D4. RGB value is (223,96,212). Sum of RGB (Red+Green+Blue) = 223+96+212=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60D4 is #209F2B. Grayscale: #929292. Windows color (decimal): -2137900 or 13918431. OLE color: 13918431.

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

Color convert

RGB 223 96 212 -
CMYK 0 0.57 0.05 0.13
HSL 305.2º 0.66% 0.63% -
HSV(B) 305.2º 0.57% 0.87% -
XYZ 46.5 28.81 65.4 -
YUV 147.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 223 96 212 0 0.57 0.05 0.13 305.2 0.66 0.63
Hex DF 60 D4 0 39 5 D 131 42 3F
Octal 337 140 324 0 71 5 15 461 102 77
Binary 11011111 1100000 11010100 0 111001 101 1101 100110001 1000010 111111

Color Harmonies of #DF60D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60D4

Black with #DF60D4

Text Example


Text Example

White with #DF60D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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