Html Css Color HEX #DF60DF Free Speech Magenta

📋 copy color: '#DF60DF'

red 223 ◦ green 96 ◦ blue 223

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

Shades of Free Speech Magenta #DF60DF

Tints of Free Speech Magenta #DF60DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 41.14%
G = 17.71%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF60DF (or 0xDF60DF) is known color: Free Speech Magenta. HEX triplet: DF, 60 and DF. RGB value is (223,96,223). Sum of RGB (Red+Green+Blue) = 223+96+223=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60DF is #209F20. Grayscale: #949494. Windows color (decimal): -2137889 or 14639327. OLE color: 14639327.

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

Color convert

RGB 223 96 223 -
CMYK 0 0.57 0 0.13
HSL 300º 0.66% 0.63% -
HSV(B) 300º 0.57% 0.87% -
XYZ 47.93 29.38 72.96 -
YUV 148.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 223 96 223 0 0.57 0 0.13 300 0.66 0.63
Hex DF 60 DF 0 39 0 D 12C 42 3F
Octal 337 140 337 0 71 0 15 454 102 77
Binary 11011111 1100000 11011111 0 111001 0 1101 100101100 1000010 111111

Color Harmonies of #DF60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60DF

Black with #DF60DF

Text Example


Text Example

White with #DF60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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