Html Css Color HEX #DA2498 Deep Cerise

📋 copy color: '#DA2498'

red 218 ◦ green 36 ◦ blue 152

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

Shades of Deep Cerise #DA2498

Tints of Deep Cerise #DA2498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

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

R = 53.69%
G = 8.87%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA2498 (or 0xDA2498) is known color: Deep Cerise. HEX triplet: DA, 24 and 98. RGB value is (218,36,152). Sum of RGB (Red+Green+Blue) = 218+36+152=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2498 is #25DB67. Grayscale: #676767. Windows color (decimal): -2481000 or 9970906. OLE color: 9970906.

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

Color convert

RGB 218 36 152 -
CMYK 0 0.83 0.30 0.15
HSL 321.76º 0.72% 0.5% -
HSV(B) 321.76º 0.83% 0.85% -
XYZ 35.21 18.43 31.41 -
YUV 103.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 218 36 152 0 0.83 0.30 0.15 321.76 0.72 0.5
Hex DA 24 98 0 53 1E F 142 48 32
Octal 332 44 230 0 123 36 17 502 110 62
Binary 11011010 100100 10011000 0 1010011 11110 1111 101000010 1001000 110010

Color Harmonies of #DA2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2498

Black with #DA2498

Text Example


Text Example

White with #DA2498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2498; }

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

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

background-color css

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

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

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

border-color css

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

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

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