Html Css Color HEX #DA2799 Deep Cerise

📋 copy color: '#DA2799'

red 218 ◦ green 39 ◦ blue 153

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

Shades of Deep Cerise #DA2799

Tints of Deep Cerise #DA2799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.51%

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

R = 53.17%
G = 9.51%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA2799 (or 0xDA2799) is known color: Deep Cerise. HEX triplet: DA, 27 and 99. RGB value is (218,39,153). Sum of RGB (Red+Green+Blue) = 218+39+153=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2799 is #25D866. Grayscale: #696969. Windows color (decimal): -2480231 or 10037210. OLE color: 10037210.

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

Color convert

RGB 218 39 153 -
CMYK 0 0.82 0.30 0.15
HSL 321.79º 0.71% 0.5% -
HSV(B) 321.79º 0.82% 0.85% -
XYZ 35.39 18.66 31.87 -
YUV 105.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 218 39 153 0 0.82 0.30 0.15 321.79 0.71 0.5
Hex DA 27 99 0 52 1E F 142 47 32
Octal 332 47 231 0 122 36 17 502 107 62
Binary 11011010 100111 10011001 0 1010010 11110 1111 101000010 1000111 110010

Color Harmonies of #DA2799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2799

Black with #DA2799

Text Example


Text Example

White with #DA2799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2799; }

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

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

background-color css

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

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

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

border-color css

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

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

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