Html Css Color HEX #DA2898 Deep Cerise

📋 copy color: '#DA2898'

red 218 ◦ green 40 ◦ blue 152

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

Shades of Deep Cerise #DA2898

Tints of Deep Cerise #DA2898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 53.17%
G = 9.76%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA2898 (or 0xDA2898) is known color: Deep Cerise. HEX triplet: DA, 28 and 98. RGB value is (218,40,152). Sum of RGB (Red+Green+Blue) = 218+40+152=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2898 is #25D767. Grayscale: #696969. Windows color (decimal): -2479976 or 9971930. OLE color: 9971930.

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

Color convert

RGB 218 40 152 -
CMYK 0 0.82 0.30 0.15
HSL 322.25º 0.71% 0.51% -
HSV(B) 322.25º 0.82% 0.85% -
XYZ 35.34 18.69 31.45 -
YUV 105.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 218 40 152 0 0.82 0.30 0.15 322.25 0.71 0.51
Hex DA 28 98 0 52 1E F 142 47 33
Octal 332 50 230 0 122 36 17 502 107 63
Binary 11011010 101000 10011000 0 1010010 11110 1111 101000010 1000111 110011

Color Harmonies of #DA2898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2898

Black with #DA2898

Text Example


Text Example

White with #DA2898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2898; }

 p { color: rgb(218,40,152); }

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

background-color css

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

 a { background-color: rgb(218,40,152); }

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

border-color css

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

 span { border-color: rgb(218,40,152); }

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