Html Css Color HEX #DB2183 Deep Cerise

📋 copy color: '#DB2183'

red 219 ◦ green 33 ◦ blue 131

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

Shades of Deep Cerise #DB2183

Tints of Deep Cerise #DB2183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

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

R = 57.18%
G = 8.62%
B = 34.2%

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

#DB2183 (or 0xDB2183) is known color: Deep Cerise. HEX triplet: DB, 21 and 83. RGB value is (219,33,131). Sum of RGB (Red+Green+Blue) = 219+33+131=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2183 is #24DE7C. Grayscale: #636363. Windows color (decimal): -2416253 or 8593883. OLE color: 8593883.

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

Color convert

RGB 219 33 131 -
CMYK 0 0.85 0.40 0.14
HSL 328.39º 0.74% 0.49% -
HSV(B) 328.39º 0.85% 0.86% -
XYZ 33.85 17.79 23.12 -
YUV 99.79 145.62 213.03 -
System Red Green Blue C M Y K H S L
Decimal 219 33 131 0 0.85 0.40 0.14 328.39 0.74 0.49
Hex DB 21 83 0 55 28 E 148 4A 31
Octal 333 41 203 0 125 50 16 510 112 61
Binary 11011011 100001 10000011 0 1010101 101000 1110 101001000 1001010 110001

Color Harmonies of #DB2183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2183

Black with #DB2183

Text Example


Text Example

White with #DB2183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2183; }

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

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

background-color css

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

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

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

border-color css

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

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

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