Html Css Color HEX #DB5990 Dark Pink

📋 copy color: '#DB5990'

red 219 ◦ green 89 ◦ blue 144

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

Shades of Dark Pink #DB5990

Tints of Dark Pink #DB5990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 48.45%
G = 19.69%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB5990 (or 0xDB5990) is known color: Dark Pink. HEX triplet: DB, 59 and 90. RGB value is (219,89,144). Sum of RGB (Red+Green+Blue) = 219+89+144=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5990 is #24A66F. Grayscale: #868686. Windows color (decimal): -2401904 or 9460187. OLE color: 9460187.

HSL color Cylindrical-coordinate representation of color #DB5990: hue angle of 334.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 #DB5990 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 144 -
CMYK 0 0.59 0.34 0.14
HSL 334.62º 0.64% 0.6% -
HSV(B) 334.62º 0.59% 0.86% -
XYZ 37.82 24.22 29.07 -
YUV 134.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 219 89 144 0 0.59 0.34 0.14 334.62 0.64 0.6
Hex DB 59 90 0 3B 22 E 14F 40 3C
Octal 333 131 220 0 73 42 16 517 100 74
Binary 11011011 1011001 10010000 0 111011 100010 1110 101001111 1000000 111100

Color Harmonies of #DB5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5990

Black with #DB5990

Text Example


Text Example

White with #DB5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5990; }

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

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

background-color css

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

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

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

border-color css

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

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

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