#DA2C88

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

Shades of Deep Cerise #DA2C88

Tints of Deep Cerise #DA2C88

Color information

#DA2C88 (or 0xDA2C88) is unknown color: approx Deep Cerise. HEX triplet: DA, 2C and 88. RGB value is (218,44,136). Sum of RGB (Red+Green+Blue) = 218+44+136=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2C88 is #25D377. Grayscale: #6A6A6A. Windows color (decimal): -2478968 or 8924378. OLE color: 8924378.

HSL color Cylindrical-coordinate representation of color #DA2C88: hue angle of 328.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C88 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21844136-
CMYK00.800.380.15
HSL328.28º70.16%51.37%-
HSV(B)328.28º79.82%85.49%-
XYZ34.2618.4825.05-
YUV106.51144.65207.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.77%
GREEN value IS 44 (17.58% from 255) = 11.06%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=54.77%
G=11.06%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184413600.800.380.15328.2870.1651.37
HexDA2C8805026F1484633
Octal332542100120461751010663
Binary11011010101100100010000101000010011011111010010001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2C88; }

 p { color: rgb(218,44,136); }

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

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

 a { background-color: rgb(218,44,136); }

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

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

 span { border-color: rgb(218,44,136); }

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