Html Css Color HEX #DA2499 Deep Cerise

📋 copy color: '#DA2499'

red 218 ◦ green 36 ◦ blue 153

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

Shades of Deep Cerise #DA2499

Tints of Deep Cerise #DA2499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 53.56%
G = 8.85%
B = 37.59%

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

#DA2499 (or 0xDA2499) is known color: Deep Cerise. HEX triplet: DA, 24 and 99. RGB value is (218,36,153). Sum of RGB (Red+Green+Blue) = 218+36+153=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2499 is #25DB66. Grayscale: #676767. Windows color (decimal): -2480999 or 10036442. OLE color: 10036442.

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

Color convert

RGB 218 36 153 -
CMYK 0 0.83 0.30 0.15
HSL 321.43º 0.72% 0.5% -
HSV(B) 321.43º 0.83% 0.85% -
XYZ 35.29 18.47 31.84 -
YUV 103.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 218 36 153 0 0.83 0.30 0.15 321.43 0.72 0.5
Hex DA 24 99 0 53 1E F 141 48 32
Octal 332 44 231 0 123 36 17 501 110 62
Binary 11011010 100100 10011001 0 1010011 11110 1111 101000001 1001000 110010

Color Harmonies of #DA2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2499

Black with #DA2499

Text Example


Text Example

White with #DA2499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2499; }

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

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

background-color css

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

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

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

border-color css

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

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

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