#DA297E

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

Shades of Deep Cerise #DA297E

Tints of Deep Cerise #DA297E

Color information

#DA297E (or 0xDA297E) is unknown color: approx Deep Cerise. HEX triplet: DA, 29 and 7E. RGB value is (218,41,126). Sum of RGB (Red+Green+Blue) = 218+41+126=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA297E is #25D681. Grayscale: #676767. Windows color (decimal): -2479746 or 8268250. OLE color: 8268250.

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

Color convert

RGB21841126-
CMYK00.810.420.15
HSL331.19º70.52%50.78%-
HSV(B)331.19º81.19%85.49%-
XYZ33.471821.45-
YUV103.61140.64209.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.62%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=56.62%
G=10.65%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184112600.810.420.15331.1970.5250.78
HexDA297E0512AF14b4733
Octal332511760121521751310763
Binary1101101010100111111100101000110101011111010010111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA297E; }

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

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

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

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

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

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

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

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