Html Css Color HEX #DB2981 Deep Cerise

📋 copy color: '#DB2981'

red 219 ◦ green 41 ◦ blue 129

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

Shades of Deep Cerise #DB2981

Tints of Deep Cerise #DB2981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.54%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 56.3%
G = 10.54%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB2981 (or 0xDB2981) is known color: Deep Cerise. HEX triplet: DB, 29 and 81. RGB value is (219,41,129). Sum of RGB (Red+Green+Blue) = 219+41+129=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2981 is #24D67E. Grayscale: #686868. Windows color (decimal): -2414207 or 8464859. OLE color: 8464859.

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

Color convert

RGB 219 41 129 -
CMYK 0 0.81 0.41 0.14
HSL 330.34º 0.71% 0.51% -
HSV(B) 330.34º 0.81% 0.86% -
XYZ 33.97 18.23 22.5 -
YUV 104.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 219 41 129 0 0.81 0.41 0.14 330.34 0.71 0.51
Hex DB 29 81 0 51 29 E 14A 47 33
Octal 333 51 201 0 121 51 16 512 107 63
Binary 11011011 101001 10000001 0 1010001 101001 1110 101001010 1000111 110011

Color Harmonies of #DB2981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2981

Black with #DB2981

Text Example


Text Example

White with #DB2981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2981; }

 p { color: rgb(219,41,129); }

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

background-color css

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

 a { background-color: rgb(219,41,129); }

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

border-color css

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

 span { border-color: rgb(219,41,129); }

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