Html Css Color HEX #DB3B86 Deep Cerise

📋 copy color: '#DB3B86'

red 219 ◦ green 59 ◦ blue 134

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

Shades of Deep Cerise #DB3B86

Tints of Deep Cerise #DB3B86

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.32%

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 53.16%
G = 14.32%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB3B86 (or 0xDB3B86) is known color: Deep Cerise. HEX triplet: DB, 3B and 86. RGB value is (219,59,134). Sum of RGB (Red+Green+Blue) = 219+59+134=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3B86 is #24C479. Grayscale: #737373. Windows color (decimal): -2409594 or 8797147. OLE color: 8797147.

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

Color convert

RGB 219 59 134 -
CMYK 0 0.73 0.39 0.14
HSL 331.88º 0.69% 0.55% -
HSV(B) 331.88º 0.73% 0.86% -
XYZ 35.08 19.91 24.55 -
YUV 115.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 219 59 134 0 0.73 0.39 0.14 331.88 0.69 0.55
Hex DB 3B 86 0 49 27 E 14C 45 37
Octal 333 73 206 0 111 47 16 514 105 67
Binary 11011011 111011 10000110 0 1001001 100111 1110 101001100 1000101 110111

Color Harmonies of #DB3B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B86

Black with #DB3B86

Text Example


Text Example

White with #DB3B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B86; }

 p { color: rgb(219,59,134); }

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

background-color css

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

 a { background-color: rgb(219,59,134); }

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

border-color css

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

 span { border-color: rgb(219,59,134); }

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