Html Css Color HEX #DB5690 Dark Pink

📋 copy color: '#DB5690'

red 219 ◦ green 86 ◦ blue 144

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

Shades of Dark Pink #DB5690

Tints of Dark Pink #DB5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

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

R = 48.78%
G = 19.15%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB5690 (or 0xDB5690) is known color: Dark Pink. HEX triplet: DB, 56 and 90. RGB value is (219,86,144). Sum of RGB (Red+Green+Blue) = 219+86+144=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5690 is #24A96F. Grayscale: #848484. Windows color (decimal): -2402672 or 9459419. OLE color: 9459419.

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

Color convert

RGB 219 86 144 -
CMYK 0 0.61 0.34 0.14
HSL 333.83º 0.65% 0.6% -
HSV(B) 333.83º 0.61% 0.86% -
XYZ 37.58 23.73 28.99 -
YUV 132.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 219 86 144 0 0.61 0.34 0.14 333.83 0.65 0.6
Hex DB 56 90 0 3D 22 E 14E 41 3C
Octal 333 126 220 0 75 42 16 516 101 74
Binary 11011011 1010110 10010000 0 111101 100010 1110 101001110 1000001 111100

Color Harmonies of #DB5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5690

Black with #DB5690

Text Example


Text Example

White with #DB5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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