#DB60E0

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

Shades of Free Speech Magenta #DB60E0

Tints of Free Speech Magenta #DB60E0

Color information

#DB60E0 (or 0xDB60E0) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 60 and E0. RGB value is (219,96,224). Sum of RGB (Red+Green+Blue) = 219+96+224=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60E0 is #249F1F. Grayscale: #929292. Windows color (decimal): -2400032 or 14704859. OLE color: 14704859.

HSL color Cylindrical-coordinate representation of color #DB60E0: hue angle of 297.66º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB60E0 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21996224-
CMYK0.020.5700.12
HSL297.66º67.37%62.75%-
HSV(B)297.66º57.14%87.84%-
XYZ46.8528.8173.61-
YUV147.37171.25179.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 96 (37.89% from 255) = 17.81%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=40.63%
G=17.81%
B=41.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219962240.020.5700.12297.6667.3762.75
HexDB60E02390C12a433f
Octal33314034027101445210377
Binary1101101111000001110000010111001011001001010101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB60E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB60E0; }

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

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

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

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

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

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

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

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