Html Css Color HEX #DA2997 Deep Cerise

📋 copy color: '#DA2997'

red 218 ◦ green 41 ◦ blue 151

#DA2997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DA2997

Tints of Deep Cerise #DA2997

RGB

 RED value IS 218 (85.55% from 255) = 53.17%

 GREEN value IS 41 (16.41% from 255) = 10%

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 53.17%
G = 10%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA2997 (or 0xDA2997) is known color: Deep Cerise. HEX triplet: DA, 29 and 97. RGB value is (218,41,151). Sum of RGB (Red+Green+Blue) = 218+41+151=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2997 is #25D668. Grayscale: #6A6A6A. Windows color (decimal): -2479721 or 9906650. OLE color: 9906650.

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

Color convert

RGB 218 41 151 -
CMYK 0 0.81 0.31 0.15
HSL 322.71º 0.71% 0.51% -
HSV(B) 322.71º 0.81% 0.85% -
XYZ 35.29 18.73 31.03 -
YUV 106.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 218 41 151 0 0.81 0.31 0.15 322.71 0.71 0.51
Hex DA 29 97 0 51 1F F 143 47 33
Octal 332 51 227 0 121 37 17 503 107 63
Binary 11011010 101001 10010111 0 1010001 11111 1111 101000011 1000111 110011

Color Harmonies of #DA2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2997

Black with #DA2997

Text Example


Text Example

White with #DA2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2997; }

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

 H1.HeaderClassName
 {
   color: #DA2997;
 }
 .AnyTagClassName
 {
   color: #DA2997;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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