Html Css Color HEX #DB2883 Deep Cerise

📋 copy color: '#DB2883'

red 219 ◦ green 40 ◦ blue 131

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

Shades of Deep Cerise #DB2883

Tints of Deep Cerise #DB2883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.26%

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

R = 56.15%
G = 10.26%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB2883 (or 0xDB2883) is known color: Deep Cerise. HEX triplet: DB, 28 and 83. RGB value is (219,40,131). Sum of RGB (Red+Green+Blue) = 219+40+131=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2883 is #24D77C. Grayscale: #676767. Windows color (decimal): -2414461 or 8595675. OLE color: 8595675.

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

Color convert

RGB 219 40 131 -
CMYK 0 0.82 0.40 0.14
HSL 329.5º 0.71% 0.51% -
HSV(B) 329.5º 0.82% 0.86% -
XYZ 34.07 18.22 23.19 -
YUV 103.9 143.3 210.1 -
System Red Green Blue C M Y K H S L
Decimal 219 40 131 0 0.82 0.40 0.14 329.5 0.71 0.51
Hex DB 28 83 0 52 28 E 149 47 33
Octal 333 50 203 0 122 50 16 511 107 63
Binary 11011011 101000 10000011 0 1010010 101000 1110 101001001 1000111 110011

Color Harmonies of #DB2883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2883

Black with #DB2883

Text Example


Text Example

White with #DB2883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2883; }

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

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

background-color css

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

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

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

border-color css

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

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

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