Html Css Color HEX #DB5983 Dark Pink

📋 copy color: '#DB5983'

red 219 ◦ green 89 ◦ blue 131

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

Shades of Dark Pink #DB5983

Tints of Dark Pink #DB5983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.27%

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

R = 49.89%
G = 20.27%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB5983 (or 0xDB5983) is known color: Dark Pink. HEX triplet: DB, 59 and 83. RGB value is (219,89,131). Sum of RGB (Red+Green+Blue) = 219+89+131=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5983 is #24A67C. Grayscale: #848484. Windows color (decimal): -2401917 or 8608219. OLE color: 8608219.

HSL color Cylindrical-coordinate representation of color #DB5983: hue angle of 340.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5983 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 131 -
CMYK 0 0.59 0.40 0.14
HSL 340.62º 0.64% 0.6% -
HSV(B) 340.62º 0.59% 0.86% -
XYZ 36.88 23.84 24.13 -
YUV 132.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 219 89 131 0 0.59 0.40 0.14 340.62 0.64 0.6
Hex DB 59 83 0 3B 28 E 155 40 3C
Octal 333 131 203 0 73 50 16 525 100 74
Binary 11011011 1011001 10000011 0 111011 101000 1110 101010101 1000000 111100

Color Harmonies of #DB5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5983

Black with #DB5983

Text Example


Text Example

White with #DB5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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