#DF60D8

Color #DF60D8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DF60D8

Tints of Free Speech Magenta #DF60D8

Color information

#DF60D8 (or 0xDF60D8) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 60 and D8. RGB value is (223,96,216). Sum of RGB (Red+Green+Blue) = 223+96+216=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60D8 is #209F27. Grayscale: #939393. Windows color (decimal): -2137896 or 14180575. OLE color: 14180575.

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

Color convert

RGB22396216-
CMYK00.570.030.13
HSL303.31º66.49%62.55%-
HSV(B)303.31º56.95%87.45%-
XYZ47.0129.0168.09-
YUV147.65166.58181.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 96 (37.89% from 255) = 17.94%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=41.68%
G=17.94%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239621600.570.030.13303.3166.4962.55
HexDF60D80393D12f423f
Octal33714033007131545710277
Binary1101111111000001101100001110011111011001011111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF60D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF60D8; }

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

 H1.HeaderClassName
 {
   color: #DF60D8;
 }
 .AnyTagClassName
 {
   color: #DF60D8;
 }
</style>
background-color css

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

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

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

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

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

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