Html Css Color HEX #DB2984 Deep Cerise

📋 copy color: '#DB2984'

red 219 ◦ green 41 ◦ blue 132

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

Shades of Deep Cerise #DB2984

Tints of Deep Cerise #DB2984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.67%

R = 55.87%
G = 10.46%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB2984 (or 0xDB2984) is known color: Deep Cerise. HEX triplet: DB, 29 and 84. RGB value is (219,41,132). Sum of RGB (Red+Green+Blue) = 219+41+132=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2984 is #24D67B. Grayscale: #686868. Windows color (decimal): -2414204 or 8661467. OLE color: 8661467.

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

Color convert

RGB 219 41 132 -
CMYK 0 0.81 0.40 0.14
HSL 329.33º 0.71% 0.51% -
HSV(B) 329.33º 0.81% 0.86% -
XYZ 34.17 18.31 23.56 -
YUV 104.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 219 41 132 0 0.81 0.40 0.14 329.33 0.71 0.51
Hex DB 29 84 0 51 28 E 149 47 33
Octal 333 51 204 0 121 50 16 511 107 63
Binary 11011011 101001 10000100 0 1010001 101000 1110 101001001 1000111 110011

Color Harmonies of #DB2984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2984

Black with #DB2984

Text Example


Text Example

White with #DB2984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2984; }

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

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

background-color css

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

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

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

border-color css

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

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

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