Html Css Color HEX #DA2899 Deep Cerise

📋 copy color: '#DA2899'

red 218 ◦ green 40 ◦ blue 153

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

Shades of Deep Cerise #DA2899

Tints of Deep Cerise #DA2899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.73%

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

R = 53.04%
G = 9.73%
B = 37.23%

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

#DA2899 (or 0xDA2899) is known color: Deep Cerise. HEX triplet: DA, 28 and 99. RGB value is (218,40,153). Sum of RGB (Red+Green+Blue) = 218+40+153=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2899 is #25D766. Grayscale: #696969. Windows color (decimal): -2479975 or 10037466. OLE color: 10037466.

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

Color convert

RGB 218 40 153 -
CMYK 0 0.82 0.30 0.15
HSL 321.91º 0.71% 0.51% -
HSV(B) 321.91º 0.82% 0.85% -
XYZ 35.42 18.72 31.88 -
YUV 106.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 218 40 153 0 0.82 0.30 0.15 321.91 0.71 0.51
Hex DA 28 99 0 52 1E F 142 47 33
Octal 332 50 231 0 122 36 17 502 107 63
Binary 11011010 101000 10011001 0 1010010 11110 1111 101000010 1000111 110011

Color Harmonies of #DA2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2899

Black with #DA2899

Text Example


Text Example

White with #DA2899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2899; }

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

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

background-color css

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

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

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

border-color css

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

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

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