Html Css Color HEX #DB2986 Deep Cerise

📋 copy color: '#DB2986'

red 219 ◦ green 41 ◦ blue 134

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

Shades of Deep Cerise #DB2986

Tints of Deep Cerise #DB2986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.41%

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

R = 55.58%
G = 10.41%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB2986 (or 0xDB2986) is known color: Deep Cerise. HEX triplet: DB, 29 and 86. RGB value is (219,41,134). Sum of RGB (Red+Green+Blue) = 219+41+134=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2986 is #24D679. Grayscale: #686868. Windows color (decimal): -2414202 or 8792539. OLE color: 8792539.

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

Color convert

RGB 219 41 134 -
CMYK 0 0.81 0.39 0.14
HSL 328.65º 0.71% 0.51% -
HSV(B) 328.65º 0.81% 0.86% -
XYZ 34.31 18.37 24.29 -
YUV 104.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 219 41 134 0 0.81 0.39 0.14 328.65 0.71 0.51
Hex DB 29 86 0 51 27 E 149 47 33
Octal 333 51 206 0 121 47 16 511 107 63
Binary 11011011 101001 10000110 0 1010001 100111 1110 101001001 1000111 110011

Color Harmonies of #DB2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2986

Black with #DB2986

Text Example


Text Example

White with #DB2986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2986; }

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

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

background-color css

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

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

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

border-color css

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

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

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