Html Css Color HEX #DB518B Dark Pink

📋 copy color: '#DB518B'

red 219 ◦ green 81 ◦ blue 139

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

Shades of Dark Pink #DB518B

Tints of Dark Pink #DB518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 49.89%
G = 18.45%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB518B (or 0xDB518B) is known color: Dark Pink. HEX triplet: DB, 51 and 8B. RGB value is (219,81,139). Sum of RGB (Red+Green+Blue) = 219+81+139=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB518B is #24AE74. Grayscale: #808080. Windows color (decimal): -2403957 or 9130459. OLE color: 9130459.

HSL color Cylindrical-coordinate representation of color #DB518B: hue angle of 334.78º 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 #DB518B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 139 -
CMYK 0 0.63 0.37 0.14
HSL 334.78º 0.66% 0.59% -
HSV(B) 334.78º 0.63% 0.86% -
XYZ 36.82 22.81 26.89 -
YUV 128.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 219 81 139 0 0.63 0.37 0.14 334.78 0.66 0.59
Hex DB 51 8B 0 3F 25 E 14F 42 3B
Octal 333 121 213 0 77 45 16 517 102 73
Binary 11011011 1010001 10001011 0 111111 100101 1110 101001111 1000010 111011

Color Harmonies of #DB518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB518B

Black with #DB518B

Text Example


Text Example

White with #DB518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB518B; }

 p { color: rgb(219,81,139); }

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

background-color css

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

 a { background-color: rgb(219,81,139); }

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

border-color css

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

 span { border-color: rgb(219,81,139); }

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