#DA296F

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

Shades of Cerise #DA296F

Tints of Cerise #DA296F

Color information

#DA296F (or 0xDA296F) is unknown color: approx Cerise. HEX triplet: DA, 29 and 6F. RGB value is (218,41,111). Sum of RGB (Red+Green+Blue) = 218+41+111=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA296F is #25D690. Grayscale: #656565. Windows color (decimal): -2479761 or 7285210. OLE color: 7285210.

HSL color Cylindrical-coordinate representation of color #DA296F: hue angle of 336.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA296F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21841111-
CMYK00.810.490.15
HSL336.27º70.52%50.78%-
HSV(B)336.27º81.19%85.49%-
XYZ32.5817.6416.73-
YUV101.9133.14210.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.92%
GREEN value IS 41 (16.41% from 255) = 11.08%
BLUE value IS 111 (43.75% from 255) = 30%
R=58.92%
G=11.08%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184111100.810.490.15336.2770.5250.78
HexDA296F05131F1504733
Octal332511570121611752010763
Binary1101101010100111011110101000111000111111010100001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA296F; }

 p { color: rgb(218,41,111); }

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

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

 a { background-color: rgb(218,41,111); }

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

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

 span { border-color: rgb(218,41,111); }

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