Html Css Color HEX #DA2088 Deep Cerise

📋 copy color: '#DA2088'

red 218 ◦ green 32 ◦ blue 136

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

Shades of Deep Cerise #DA2088

Tints of Deep Cerise #DA2088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.29%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 56.48%
G = 8.29%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA2088 (or 0xDA2088) is known color: Deep Cerise. HEX triplet: DA, 20 and 88. RGB value is (218,32,136). Sum of RGB (Red+Green+Blue) = 218+32+136=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2088 is #25DF77. Grayscale: #636363. Windows color (decimal): -2482040 or 8921306. OLE color: 8921306.

HSL color Cylindrical-coordinate representation of color #DA2088: hue angle of 326.45º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2088 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 136 -
CMYK 0 0.85 0.38 0.15
HSL 326.45º 0.74% 0.49% -
HSV(B) 326.45º 0.85% 0.85% -
XYZ 33.87 17.72 24.93 -
YUV 99.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 218 32 136 0 0.85 0.38 0.15 326.45 0.74 0.49
Hex DA 20 88 0 55 26 F 146 4A 31
Octal 332 40 210 0 125 46 17 506 112 61
Binary 11011010 100000 10001000 0 1010101 100110 1111 101000110 1001010 110001

Color Harmonies of #DA2088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2088

Black with #DA2088

Text Example


Text Example

White with #DA2088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2088; }

 p { color: rgb(218,32,136); }

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

background-color css

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

 a { background-color: rgb(218,32,136); }

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

border-color css

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

 span { border-color: rgb(218,32,136); }

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