#DB42A3

Color #DB42A3 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DB42A3

Tints of Deep Cerise #DB42A3

Color information

#DB42A3 (or 0xDB42A3) is unknown color: approx Deep Cerise. HEX triplet: DB, 42 and A3. RGB value is (219,66,163). Sum of RGB (Red+Green+Blue) = 219+66+163=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42A3 is #24BD5C. Grayscale: #7A7A7A. Windows color (decimal): -2407773 or 10699483. OLE color: 10699483.

HSL color Cylindrical-coordinate representation of color #DB42A3: hue angle of 321.96º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB42A3 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB21966163-
CMYK00.700.260.14
HSL321.96º68%55.88%-
HSV(B)321.96º69.86%85.88%-
XYZ37.7721.636.83-
YUV122.8150.69196.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 66 (26.17% from 255) = 14.73%
BLUE value IS 163 (64.06% from 255) = 36.38%
R=48.88%
G=14.73%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196616300.700.260.14321.966855.88
HexDB42A30461AE1424438
Octal3331022430106321650210470
Binary11011011100001010100011010001101101011101010000101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB42A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB42A3; }

 p { color: rgb(219,66,163); }

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

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

 a { background-color: rgb(219,66,163); }

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

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

 span { border-color: rgb(219,66,163); }

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