Html Css Color HEX #DB2284 Deep Cerise

📋 copy color: '#DB2284'

red 219 ◦ green 34 ◦ blue 132

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

Shades of Deep Cerise #DB2284

Tints of Deep Cerise #DB2284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.83%

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

R = 56.88%
G = 8.83%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB2284 (or 0xDB2284) is known color: Deep Cerise. HEX triplet: DB, 22 and 84. RGB value is (219,34,132). Sum of RGB (Red+Green+Blue) = 219+34+132=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2284 is #24DD7B. Grayscale: #646464. Windows color (decimal): -2415996 or 8659675. OLE color: 8659675.

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

Color convert

RGB 219 34 132 -
CMYK 0 0.84 0.40 0.14
HSL 328.22º 0.73% 0.5% -
HSV(B) 328.22º 0.84% 0.86% -
XYZ 33.95 17.87 23.49 -
YUV 100.49 145.79 212.53 -
System Red Green Blue C M Y K H S L
Decimal 219 34 132 0 0.84 0.40 0.14 328.22 0.73 0.5
Hex DB 22 84 0 54 28 E 148 49 32
Octal 333 42 204 0 124 50 16 510 111 62
Binary 11011011 100010 10000100 0 1010100 101000 1110 101001000 1001001 110010

Color Harmonies of #DB2284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2284

Black with #DB2284

Text Example


Text Example

White with #DB2284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2284; }

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

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

background-color css

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

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

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

border-color css

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

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

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