Html Css Color HEX #DB2A88 Deep Cerise

📋 copy color: '#DB2A88'

red 219 ◦ green 42 ◦ blue 136

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

Shades of Deep Cerise #DB2A88

Tints of Deep Cerise #DB2A88

RGB

 RED value IS 219 (85.94% from 255) = 55.16%

 GREEN value IS 42 (16.8% from 255) = 10.58%

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

R = 55.16%
G = 10.58%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB2A88 (or 0xDB2A88) is known color: Deep Cerise. HEX triplet: DB, 2A and 88. RGB value is (219,42,136). Sum of RGB (Red+Green+Blue) = 219+42+136=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A88 is #24D577. Grayscale: #696969. Windows color (decimal): -2413944 or 8923867. OLE color: 8923867.

HSL color Cylindrical-coordinate representation of color #DB2A88: hue angle of 328.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A88 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 42 136 -
CMYK 0 0.81 0.38 0.14
HSL 328.14º 0.71% 0.51% -
HSV(B) 328.14º 0.81% 0.86% -
XYZ 34.49 18.49 25.04 -
YUV 105.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 219 42 136 0 0.81 0.38 0.14 328.14 0.71 0.51
Hex DB 2A 88 0 51 26 E 148 47 33
Octal 333 52 210 0 121 46 16 510 107 63
Binary 11011011 101010 10001000 0 1010001 100110 1110 101001000 1000111 110011

Color Harmonies of #DB2A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2A88

Black with #DB2A88

Text Example


Text Example

White with #DB2A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2A88; }

 p { color: rgb(219,42,136); }

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

background-color css

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

 a { background-color: rgb(219,42,136); }

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

border-color css

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

 span { border-color: rgb(219,42,136); }

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