#DA2F76

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

Shades of Deep Cerise #DA2F76

Tints of Deep Cerise #DA2F76

Color information

#DA2F76 (or 0xDA2F76) is unknown color: approx Deep Cerise. HEX triplet: DA, 2F and 76. RGB value is (218,47,118). Sum of RGB (Red+Green+Blue) = 218+47+118=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2F76 is #25D089. Grayscale: #6A6A6A. Windows color (decimal): -2478218 or 7745498. OLE color: 7745498.

HSL color Cylindrical-coordinate representation of color #DA2F76: hue angle of 335.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F76 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21847118-
CMYK00.780.460.15
HSL335.09º69.8%51.96%-
HSV(B)335.09º78.44%85.49%-
XYZ33.218.2518.91-
YUV106.22134.65207.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.92%
GREEN value IS 47 (18.75% from 255) = 12.27%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=56.92%
G=12.27%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184711800.780.460.15335.0969.851.96
HexDA2F7604E2EF14f4634
Octal332571660116561751710664
Binary1101101010111111101100100111010111011111010011111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2F76; }

 p { color: rgb(218,47,118); }

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

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

 a { background-color: rgb(218,47,118); }

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

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

 span { border-color: rgb(218,47,118); }

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