#DA2C7E

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

Shades of Deep Cerise #DA2C7E

Tints of Deep Cerise #DA2C7E

Color information

#DA2C7E (or 0xDA2C7E) is unknown color: approx Deep Cerise. HEX triplet: DA, 2C and 7E. RGB value is (218,44,126). Sum of RGB (Red+Green+Blue) = 218+44+126=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2C7E is #25D381. Grayscale: #696969. Windows color (decimal): -2478978 or 8269018. OLE color: 8269018.

HSL color Cylindrical-coordinate representation of color #DA2C7E: hue angle of 331.72º 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 #DA2C7E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB21844126-
CMYK00.800.420.15
HSL331.72º70.16%51.37%-
HSV(B)331.72º79.82%85.49%-
XYZ33.5818.2121.48-
YUV105.37139.65208.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.19%
GREEN value IS 44 (17.58% from 255) = 11.34%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=56.19%
G=11.34%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184412600.800.420.15331.7270.1651.37
HexDA2C7E0502AF14c4633
Octal332541760120521751410663
Binary1101101010110011111100101000010101011111010011001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2C7E; }

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

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

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

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

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

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

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

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