Html Css Color HEX #DB2184 Deep Cerise

📋 copy color: '#DB2184'

red 219 ◦ green 33 ◦ blue 132

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

Shades of Deep Cerise #DB2184

Tints of Deep Cerise #DB2184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.38%

R = 57.03%
G = 8.59%
B = 34.38%

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

#DB2184 (or 0xDB2184) is known color: Deep Cerise. HEX triplet: DB, 21 and 84. RGB value is (219,33,132). Sum of RGB (Red+Green+Blue) = 219+33+132=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2184 is #24DE7B. Grayscale: #636363. Windows color (decimal): -2416252 or 8659419. OLE color: 8659419.

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

Color convert

RGB 219 33 132 -
CMYK 0 0.85 0.40 0.14
HSL 328.06º 0.74% 0.49% -
HSV(B) 328.06º 0.85% 0.86% -
XYZ 33.92 17.81 23.48 -
YUV 99.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 219 33 132 0 0.85 0.40 0.14 328.06 0.74 0.49
Hex DB 21 84 0 55 28 E 148 4A 31
Octal 333 41 204 0 125 50 16 510 112 61
Binary 11011011 100001 10000100 0 1010101 101000 1110 101001000 1001010 110001

Color Harmonies of #DB2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2184

Black with #DB2184

Text Example


Text Example

White with #DB2184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2184; }

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

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

background-color css

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

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

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

border-color css

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

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

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