#db60c9

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

Shades of Free Speech Magenta #DB60C9

Tints of Free Speech Magenta #DB60C9

Color information

#DB60C9 (or 0xDB60C9) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 60 and C9. RGB value is (219,96,201). Sum of RGB (Red+Green+Blue) = 219+96+201=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60C9 is #249F36. Grayscale: #909090. Windows color (decimal): -2400055 or 13197531. OLE color: 13197531.

HSL color Cylindrical-coordinate representation of color #DB60C9: hue angle of 308.78º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB60C9 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB21996201-
CMYK00.560.080.14
HSL308.78º63.08%61.76%-
HSV(B)308.78º56.16%85.88%-
XYZ43.9427.6458.28-
YUV144.75159.75180.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=42.44%
G=18.60%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199620100.560.080.14308.7863.0861.76
HexDB60C90388E1353f3e
Octal33314031107010164657776
Binary11011011110000011001001011100010001110100110101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db60c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db60c9; }

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

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

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

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

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

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

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

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