Html Css Color HEX #DB2983 Deep Cerise

📋 copy color: '#DB2983'

red 219 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #DB2983

Tints of Deep Cerise #DB2983

RGB

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

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

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

R = 56.01%
G = 10.49%
B = 33.5%

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

#DB2983 (or 0xDB2983) is known color: Deep Cerise. HEX triplet: DB, 29 and 83. RGB value is (219,41,131). Sum of RGB (Red+Green+Blue) = 219+41+131=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2983 is #24D67C. Grayscale: #686868. Windows color (decimal): -2414205 or 8595931. OLE color: 8595931.

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

Color convert

RGB 219 41 131 -
CMYK 0 0.81 0.40 0.14
HSL 329.66º 0.71% 0.51% -
HSV(B) 329.66º 0.81% 0.86% -
XYZ 34.1 18.28 23.2 -
YUV 104.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 219 41 131 0 0.81 0.40 0.14 329.66 0.71 0.51
Hex DB 29 83 0 51 28 E 14A 47 33
Octal 333 51 203 0 121 50 16 512 107 63
Binary 11011011 101001 10000011 0 1010001 101000 1110 101001010 1000111 110011

Color Harmonies of #DB2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2983

Black with #DB2983

Text Example


Text Example

White with #DB2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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