Html Css Color HEX #DB2286 Deep Cerise

📋 copy color: '#DB2286'

red 219 ◦ green 34 ◦ blue 134

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

Shades of Deep Cerise #DB2286

Tints of Deep Cerise #DB2286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 56.59%
G = 8.79%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB2286 (or 0xDB2286) is known color: Deep Cerise. HEX triplet: DB, 22 and 86. RGB value is (219,34,134). Sum of RGB (Red+Green+Blue) = 219+34+134=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2286 is #24DD79. Grayscale: #646464. Windows color (decimal): -2415994 or 8790747. OLE color: 8790747.

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

Color convert

RGB 219 34 134 -
CMYK 0 0.84 0.39 0.14
HSL 327.57º 0.73% 0.5% -
HSV(B) 327.57º 0.84% 0.86% -
XYZ 34.09 17.93 24.22 -
YUV 100.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 219 34 134 0 0.84 0.39 0.14 327.57 0.73 0.5
Hex DB 22 86 0 54 27 E 148 49 32
Octal 333 42 206 0 124 47 16 510 111 62
Binary 11011011 100010 10000110 0 1010100 100111 1110 101001000 1001001 110010

Color Harmonies of #DB2286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2286

Black with #DB2286

Text Example


Text Example

White with #DB2286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2286; }

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

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

background-color css

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

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

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

border-color css

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

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

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