#DA2C8F

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

Shades of Deep Cerise #DA2C8F

Tints of Deep Cerise #DA2C8F

Color information

#DA2C8F (or 0xDA2C8F) is unknown color: approx Deep Cerise. HEX triplet: DA, 2C and 8F. RGB value is (218,44,143). Sum of RGB (Red+Green+Blue) = 218+44+143=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2C8F is #25D370. Grayscale: #6B6B6B. Windows color (decimal): -2478961 or 9383130. OLE color: 9383130.

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

Color convert

RGB21844143-
CMYK00.800.340.15
HSL325.86º70.16%51.37%-
HSV(B)325.86º79.82%85.49%-
XYZ34.7718.6927.76-
YUV107.31148.15206.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.83%
GREEN value IS 44 (17.58% from 255) = 10.86%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=53.83%
G=10.86%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184414300.800.340.15325.8670.1651.37
HexDA2C8F05022F1464633
Octal332542170120421750610663
Binary11011010101100100011110101000010001011111010001101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2C8F; }

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

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

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

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

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

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

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

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