Html Css Color HEX #DB5A87 Dark Pink

📋 copy color: '#DB5A87'

red 219 ◦ green 90 ◦ blue 135

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

Shades of Dark Pink #DB5A87

Tints of Dark Pink #DB5A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

 BLUE value IS 135 (53.13% from 255) = 30.41%

R = 49.32%
G = 20.27%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB5A87 (or 0xDB5A87) is known color: Dark Pink. HEX triplet: DB, 5A and 87. RGB value is (219,90,135). Sum of RGB (Red+Green+Blue) = 219+90+135=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A87 is #24A578. Grayscale: #858585. Windows color (decimal): -2401657 or 8870619. OLE color: 8870619.

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

Color convert

RGB 219 90 135 -
CMYK 0 0.59 0.38 0.14
HSL 339.07º 0.64% 0.61% -
HSV(B) 339.07º 0.59% 0.86% -
XYZ 37.24 24.12 25.61 -
YUV 133.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 219 90 135 0 0.59 0.38 0.14 339.07 0.64 0.61
Hex DB 5A 87 0 3B 26 E 153 40 3D
Octal 333 132 207 0 73 46 16 523 100 75
Binary 11011011 1011010 10000111 0 111011 100110 1110 101010011 1000000 111101

Color Harmonies of #DB5A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A87

Black with #DB5A87

Text Example


Text Example

White with #DB5A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A87; }

 p { color: rgb(219,90,135); }

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

background-color css

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

 a { background-color: rgb(219,90,135); }

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

border-color css

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

 span { border-color: rgb(219,90,135); }

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