Html Css Color HEX #DB2380 Deep Cerise

📋 copy color: '#DB2380'

red 219 ◦ green 35 ◦ blue 128

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

Shades of Deep Cerise #DB2380

Tints of Deep Cerise #DB2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

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

R = 57.33%
G = 9.16%
B = 33.51%

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

#DB2380 (or 0xDB2380) is known color: Deep Cerise. HEX triplet: DB, 23 and 80. RGB value is (219,35,128). Sum of RGB (Red+Green+Blue) = 219+35+128=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2380 is #24DC7F. Grayscale: #646464. Windows color (decimal): -2415744 or 8397787. OLE color: 8397787.

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

Color convert

RGB 219 35 128 -
CMYK 0 0.84 0.42 0.14
HSL 329.67º 0.72% 0.5% -
HSV(B) 329.67º 0.84% 0.86% -
XYZ 33.71 17.82 22.09 -
YUV 100.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 219 35 128 0 0.84 0.42 0.14 329.67 0.72 0.5
Hex DB 23 80 0 54 2A E 14A 48 32
Octal 333 43 200 0 124 52 16 512 110 62
Binary 11011011 100011 10000000 0 1010100 101010 1110 101001010 1001000 110010

Color Harmonies of #DB2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2380

Black with #DB2380

Text Example


Text Example

White with #DB2380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2380; }

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

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

background-color css

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

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

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

border-color css

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

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

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