#DA4292

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

Shades of Deep Cerise #DA4292

Tints of Deep Cerise #DA4292

Color information

#DA4292 (or 0xDA4292) is unknown color: approx Deep Cerise. HEX triplet: DA, 42 and 92. RGB value is (218,66,146). Sum of RGB (Red+Green+Blue) = 218+66+146=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4292 is #25BD6D. Grayscale: #787878. Windows color (decimal): -2473326 or 9585370. OLE color: 9585370.

HSL color Cylindrical-coordinate representation of color #DA4292: hue angle of 328.42º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4292 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21866146-
CMYK00.700.330.15
HSL328.42º67.26%55.69%-
HSV(B)328.42º69.72%85.49%-
XYZ36.0520.8829.32-
YUV120.57142.36197.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.70%
GREEN value IS 66 (26.17% from 255) = 15.35%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=50.70%
G=15.35%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186614600.700.330.15328.4267.2655.69
HexDA429204621F1484338
Octal3321022220106411751010370
Binary110110101000010100100100100011010000111111010010001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4292; }

 p { color: rgb(218,66,146); }

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

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

 a { background-color: rgb(218,66,146); }

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

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

 span { border-color: rgb(218,66,146); }

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