Html Css Color HEX #DB3A87 Deep Cerise

📋 copy color: '#DB3A87'

red 219 ◦ green 58 ◦ blue 135

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

Shades of Deep Cerise #DB3A87

Tints of Deep Cerise #DB3A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.77%

R = 53.16%
G = 14.08%
B = 32.77%

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

#DB3A87 (or 0xDB3A87) is known color: Deep Cerise. HEX triplet: DB, 3A and 87. RGB value is (219,58,135). Sum of RGB (Red+Green+Blue) = 219+58+135=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3A87 is #24C578. Grayscale: #727272. Windows color (decimal): -2409849 or 8862427. OLE color: 8862427.

HSL color Cylindrical-coordinate representation of color #DB3A87: hue angle of 331.3º 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 #DB3A87 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 135 -
CMYK 0 0.74 0.38 0.14
HSL 331.3º 0.69% 0.54% -
HSV(B) 331.3º 0.74% 0.86% -
XYZ 35.1 19.84 24.9 -
YUV 114.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 219 58 135 0 0.74 0.38 0.14 331.3 0.69 0.54
Hex DB 3A 87 0 4A 26 E 14B 45 36
Octal 333 72 207 0 112 46 16 513 105 66
Binary 11011011 111010 10000111 0 1001010 100110 1110 101001011 1000101 110110

Color Harmonies of #DB3A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A87

Black with #DB3A87

Text Example


Text Example

White with #DB3A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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