Html Css Color HEX #DB2586 Deep Cerise

📋 copy color: '#DB2586'

red 219 ◦ green 37 ◦ blue 134

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

Shades of Deep Cerise #DB2586

Tints of Deep Cerise #DB2586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.49%

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

R = 56.15%
G = 9.49%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB2586 (or 0xDB2586) is known color: Deep Cerise. HEX triplet: DB, 25 and 86. RGB value is (219,37,134). Sum of RGB (Red+Green+Blue) = 219+37+134=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2586 is #24DA79. Grayscale: #666666. Windows color (decimal): -2415226 or 8791515. OLE color: 8791515.

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

Color convert

RGB 219 37 134 -
CMYK 0 0.83 0.39 0.14
HSL 328.02º 0.72% 0.5% -
HSV(B) 328.02º 0.83% 0.86% -
XYZ 34.18 18.1 24.25 -
YUV 102.48 145.8 211.11 -
System Red Green Blue C M Y K H S L
Decimal 219 37 134 0 0.83 0.39 0.14 328.02 0.72 0.5
Hex DB 25 86 0 53 27 E 148 48 32
Octal 333 45 206 0 123 47 16 510 110 62
Binary 11011011 100101 10000110 0 1010011 100111 1110 101001000 1001000 110010

Color Harmonies of #DB2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2586

Black with #DB2586

Text Example


Text Example

White with #DB2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2586; }

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

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

background-color css

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

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

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

border-color css

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

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

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