Html Css Color HEX #DB3A88 Deep Cerise

📋 copy color: '#DB3A88'

red 219 ◦ green 58 ◦ blue 136

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

Shades of Deep Cerise #DB3A88

Tints of Deep Cerise #DB3A88

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.04%

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

R = 53.03%
G = 14.04%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB3A88 (or 0xDB3A88) is known color: Deep Cerise. HEX triplet: DB, 3A and 88. RGB value is (219,58,136). Sum of RGB (Red+Green+Blue) = 219+58+136=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3A88 is #24C577. Grayscale: #727272. Windows color (decimal): -2409848 or 8927963. OLE color: 8927963.

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

Color convert

RGB 219 58 136 -
CMYK 0 0.74 0.38 0.14
HSL 330.93º 0.69% 0.54% -
HSV(B) 330.93º 0.74% 0.86% -
XYZ 35.17 19.86 25.27 -
YUV 115.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 219 58 136 0 0.74 0.38 0.14 330.93 0.69 0.54
Hex DB 3A 88 0 4A 26 E 14B 45 36
Octal 333 72 210 0 112 46 16 513 105 66
Binary 11011011 111010 10001000 0 1001010 100110 1110 101001011 1000101 110110

Color Harmonies of #DB3A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A88

Black with #DB3A88

Text Example


Text Example

White with #DB3A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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