Html Css Color HEX #DA2998 Deep Cerise

📋 copy color: '#DA2998'

red 218 ◦ green 41 ◦ blue 152

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

Shades of Deep Cerise #DA2998

Tints of Deep Cerise #DA2998

RGB

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

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

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

R = 53.04%
G = 9.98%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA2998 (or 0xDA2998) is known color: Deep Cerise. HEX triplet: DA, 29 and 98. RGB value is (218,41,152). Sum of RGB (Red+Green+Blue) = 218+41+152=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2998 is #25D667. Grayscale: #6A6A6A. Windows color (decimal): -2479720 or 9972186. OLE color: 9972186.

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

Color convert

RGB 218 41 152 -
CMYK 0 0.81 0.30 0.15
HSL 322.37º 0.71% 0.51% -
HSV(B) 322.37º 0.81% 0.85% -
XYZ 35.37 18.76 31.46 -
YUV 106.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 218 41 152 0 0.81 0.30 0.15 322.37 0.71 0.51
Hex DA 29 98 0 51 1E F 142 47 33
Octal 332 51 230 0 121 36 17 502 107 63
Binary 11011010 101001 10011000 0 1010001 11110 1111 101000010 1000111 110011

Color Harmonies of #DA2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2998

Black with #DA2998

Text Example


Text Example

White with #DA2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2998; }

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

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

background-color css

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

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

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

border-color css

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

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

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