Html Css Color HEX #DB5287 Dark Pink

📋 copy color: '#DB5287'

red 219 ◦ green 82 ◦ blue 135

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

Shades of Dark Pink #DB5287

Tints of Dark Pink #DB5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

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

R = 50.23%
G = 18.81%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB5287 (or 0xDB5287) is known color: Dark Pink. HEX triplet: DB, 52 and 87. RGB value is (219,82,135). Sum of RGB (Red+Green+Blue) = 219+82+135=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5287 is #24AD78. Grayscale: #808080. Windows color (decimal): -2403705 or 8868571. OLE color: 8868571.

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

Color convert

RGB 219 82 135 -
CMYK 0 0.63 0.38 0.14
HSL 336.79º 0.66% 0.59% -
HSV(B) 336.79º 0.63% 0.86% -
XYZ 36.6 22.84 25.4 -
YUV 129.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 219 82 135 0 0.63 0.38 0.14 336.79 0.66 0.59
Hex DB 52 87 0 3F 26 E 151 42 3B
Octal 333 122 207 0 77 46 16 521 102 73
Binary 11011011 1010010 10000111 0 111111 100110 1110 101010001 1000010 111011

Color Harmonies of #DB5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5287

Black with #DB5287

Text Example


Text Example

White with #DB5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5287; }

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

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

background-color css

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

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

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

border-color css

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

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

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