#db60c4

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

Shades of Free Speech Magenta #DB60C4

Tints of Free Speech Magenta #DB60C4

Color information

#DB60C4 (or 0xDB60C4) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 60 and C4. RGB value is (219,96,196). Sum of RGB (Red+Green+Blue) = 219+96+196=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60C4 is #249F3B. Grayscale: #8F8F8F. Windows color (decimal): -2400060 or 12869851. OLE color: 12869851.

HSL color Cylindrical-coordinate representation of color #DB60C4: hue angle of 311.22º 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 #DB60C4 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB21996196-
CMYK00.560.110.14
HSL311.22º63.08%61.76%-
HSV(B)311.22º56.16%85.88%-
XYZ43.3627.4155.23-
YUV144.18157.25181.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 18.79%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=42.86%
G=18.79%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199619600.560.110.14311.2263.0861.76
HexDB60C4038BE1373f3e
Octal33314030407013164677776
Binary11011011110000011000100011100010111110100110111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db60c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db60c4; }

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

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

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

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

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

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

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

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