Html Css Color HEX #DA2399 Deep Cerise

📋 copy color: '#DA2399'

red 218 ◦ green 35 ◦ blue 153

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

Shades of Deep Cerise #DA2399

Tints of Deep Cerise #DA2399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.62%

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

R = 53.69%
G = 8.62%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA2399 (or 0xDA2399) is known color: Deep Cerise. HEX triplet: DA, 23 and 99. RGB value is (218,35,153). Sum of RGB (Red+Green+Blue) = 218+35+153=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2399 is #25DC66. Grayscale: #666666. Windows color (decimal): -2481255 or 10036186. OLE color: 10036186.

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

Color convert

RGB 218 35 153 -
CMYK 0 0.84 0.30 0.15
HSL 321.31º 0.72% 0.5% -
HSV(B) 321.31º 0.84% 0.85% -
XYZ 35.26 18.41 31.83 -
YUV 103.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 218 35 153 0 0.84 0.30 0.15 321.31 0.72 0.5
Hex DA 23 99 0 54 1E F 141 48 32
Octal 332 43 231 0 124 36 17 501 110 62
Binary 11011010 100011 10011001 0 1010100 11110 1111 101000001 1001000 110010

Color Harmonies of #DA2399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2399

Black with #DA2399

Text Example


Text Example

White with #DA2399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2399; }

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

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

background-color css

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

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

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

border-color css

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

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

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