Html Css Color HEX #DA2297 Deep Cerise

📋 copy color: '#DA2297'

red 218 ◦ green 34 ◦ blue 151

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

Shades of Deep Cerise #DA2297

Tints of Deep Cerise #DA2297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.44%

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

R = 54.09%
G = 8.44%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA2297 (or 0xDA2297) is known color: Deep Cerise. HEX triplet: DA, 22 and 97. RGB value is (218,34,151). Sum of RGB (Red+Green+Blue) = 218+34+151=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2297 is #25DD68. Grayscale: #666666. Windows color (decimal): -2481513 or 9904858. OLE color: 9904858.

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

Color convert

RGB 218 34 151 -
CMYK 0 0.84 0.31 0.15
HSL 321.85º 0.73% 0.49% -
HSV(B) 321.85º 0.84% 0.85% -
XYZ 35.07 18.28 30.96 -
YUV 102.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 218 34 151 0 0.84 0.31 0.15 321.85 0.73 0.49
Hex DA 22 97 0 54 1F F 142 49 31
Octal 332 42 227 0 124 37 17 502 111 61
Binary 11011010 100010 10010111 0 1010100 11111 1111 101000010 1001001 110001

Color Harmonies of #DA2297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2297

Black with #DA2297

Text Example


Text Example

White with #DA2297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2297; }

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

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

background-color css

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

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

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

border-color css

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

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

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