Html Css Color HEX #DB2083 Deep Cerise

📋 copy color: '#DB2083'

red 219 ◦ green 32 ◦ blue 131

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

Shades of Deep Cerise #DB2083

Tints of Deep Cerise #DB2083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 57.33%
G = 8.38%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB2083 (or 0xDB2083) is known color: Deep Cerise. HEX triplet: DB, 20 and 83. RGB value is (219,32,131). Sum of RGB (Red+Green+Blue) = 219+32+131=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2083 is #24DF7C. Grayscale: #626262. Windows color (decimal): -2416509 or 8593627. OLE color: 8593627.

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

Color convert

RGB 219 32 131 -
CMYK 0 0.85 0.40 0.14
HSL 328.24º 0.75% 0.49% -
HSV(B) 328.24º 0.85% 0.86% -
XYZ 33.83 17.73 23.11 -
YUV 99.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 219 32 131 0 0.85 0.40 0.14 328.24 0.75 0.49
Hex DB 20 83 0 55 28 E 148 4B 31
Octal 333 40 203 0 125 50 16 510 113 61
Binary 11011011 100000 10000011 0 1010101 101000 1110 101001000 1001011 110001

Color Harmonies of #DB2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2083

Black with #DB2083

Text Example


Text Example

White with #DB2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2083; }

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

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

background-color css

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

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

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

border-color css

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

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

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