#DA3492

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

Shades of Deep Cerise #DA3492

Tints of Deep Cerise #DA3492

Color information

#DA3492 (or 0xDA3492) is unknown color: approx Deep Cerise. HEX triplet: DA, 34 and 92. RGB value is (218,52,146). Sum of RGB (Red+Green+Blue) = 218+52+146=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3492 is #25CB6D. Grayscale: #707070. Windows color (decimal): -2476910 or 9581786. OLE color: 9581786.

HSL color Cylindrical-coordinate representation of color #DA3492: hue angle of 326.02º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3492 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21852146-
CMYK00.760.330.15
HSL326.02º69.17%52.94%-
HSV(B)326.02º76.15%85.49%-
XYZ35.3319.4429.08-
YUV112.35147203.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.40%
GREEN value IS 52 (20.70% from 255) = 12.5%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=52.40%
G=12.5%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185214600.760.330.15326.0269.1752.94
HexDA349204C21F1464535
Octal332642220114411750610565
Binary11011010110100100100100100110010000111111010001101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3492; }

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

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

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

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

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

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

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

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