Html Css Color HEX #DA2599 Deep Cerise

📋 copy color: '#DA2599'

red 218 ◦ green 37 ◦ blue 153

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

Shades of Deep Cerise #DA2599

Tints of Deep Cerise #DA2599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.07%

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

R = 53.43%
G = 9.07%
B = 37.5%

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

#DA2599 (or 0xDA2599) is known color: Deep Cerise. HEX triplet: DA, 25 and 99. RGB value is (218,37,153). Sum of RGB (Red+Green+Blue) = 218+37+153=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2599 is #25DA66. Grayscale: #686868. Windows color (decimal): -2480743 or 10036698. OLE color: 10036698.

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

Color convert

RGB 218 37 153 -
CMYK 0 0.83 0.30 0.15
HSL 321.55º 0.71% 0.5% -
HSV(B) 321.55º 0.83% 0.85% -
XYZ 35.32 18.53 31.85 -
YUV 104.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 218 37 153 0 0.83 0.30 0.15 321.55 0.71 0.5
Hex DA 25 99 0 53 1E F 142 47 32
Octal 332 45 231 0 123 36 17 502 107 62
Binary 11011010 100101 10011001 0 1010011 11110 1111 101000010 1000111 110010

Color Harmonies of #DA2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2599

Black with #DA2599

Text Example


Text Example

White with #DA2599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2599; }

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

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

background-color css

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

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

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

border-color css

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

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

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