Html Css Color HEX #DB2085 Deep Cerise

📋 copy color: '#DB2085'

red 219 ◦ green 32 ◦ blue 133

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

Shades of Deep Cerise #DB2085

Tints of Deep Cerise #DB2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 57.03%
G = 8.33%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB2085 (or 0xDB2085) is known color: Deep Cerise. HEX triplet: DB, 20 and 85. RGB value is (219,32,133). Sum of RGB (Red+Green+Blue) = 219+32+133=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2085 is #24DF7A. Grayscale: #636363. Windows color (decimal): -2416507 or 8724699. OLE color: 8724699.

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

Color convert

RGB 219 32 133 -
CMYK 0 0.85 0.39 0.14
HSL 327.59º 0.75% 0.49% -
HSV(B) 327.59º 0.85% 0.86% -
XYZ 33.96 17.79 23.83 -
YUV 99.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 219 32 133 0 0.85 0.39 0.14 327.59 0.75 0.49
Hex DB 20 85 0 55 27 E 148 4B 31
Octal 333 40 205 0 125 47 16 510 113 61
Binary 11011011 100000 10000101 0 1010101 100111 1110 101001000 1001011 110001

Color Harmonies of #DB2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2085

Black with #DB2085

Text Example


Text Example

White with #DB2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2085; }

 p { color: rgb(219,32,133); }

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

background-color css

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

 a { background-color: rgb(219,32,133); }

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

border-color css

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

 span { border-color: rgb(219,32,133); }

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