Html Css Color HEX #DB2280 Deep Cerise

📋 copy color: '#DB2280'

red 219 ◦ green 34 ◦ blue 128

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

Shades of Deep Cerise #DB2280

Tints of Deep Cerise #DB2280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 57.48%
G = 8.92%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB2280 (or 0xDB2280) is known color: Deep Cerise. HEX triplet: DB, 22 and 80. RGB value is (219,34,128). Sum of RGB (Red+Green+Blue) = 219+34+128=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2280 is #24DD7F. Grayscale: #636363. Windows color (decimal): -2416000 or 8397531. OLE color: 8397531.

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

Color convert

RGB 219 34 128 -
CMYK 0 0.84 0.42 0.14
HSL 329.51º 0.73% 0.5% -
HSV(B) 329.51º 0.84% 0.86% -
XYZ 33.68 17.76 22.08 -
YUV 100.03 143.79 212.86 -
System Red Green Blue C M Y K H S L
Decimal 219 34 128 0 0.84 0.42 0.14 329.51 0.73 0.5
Hex DB 22 80 0 54 2A E 14A 49 32
Octal 333 42 200 0 124 52 16 512 111 62
Binary 11011011 100010 10000000 0 1010100 101010 1110 101001010 1001001 110010

Color Harmonies of #DB2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2280

Black with #DB2280

Text Example


Text Example

White with #DB2280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2280; }

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

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

background-color css

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

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

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

border-color css

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

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

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