Html Css Color HEX #DB518D Dark Pink

📋 copy color: '#DB518D'

red 219 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #DB518D

Tints of Dark Pink #DB518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 49.66%
G = 18.37%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB518D (or 0xDB518D) is known color: Dark Pink. HEX triplet: DB, 51 and 8D. RGB value is (219,81,141). Sum of RGB (Red+Green+Blue) = 219+81+141=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB518D is #24AE72. Grayscale: #818181. Windows color (decimal): -2403955 or 9261531. OLE color: 9261531.

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

Color convert

RGB 219 81 141 -
CMYK 0 0.63 0.36 0.14
HSL 333.91º 0.66% 0.59% -
HSV(B) 333.91º 0.63% 0.86% -
XYZ 36.96 22.87 27.67 -
YUV 129.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 219 81 141 0 0.63 0.36 0.14 333.91 0.66 0.59
Hex DB 51 8D 0 3F 24 E 14E 42 3B
Octal 333 121 215 0 77 44 16 516 102 73
Binary 11011011 1010001 10001101 0 111111 100100 1110 101001110 1000010 111011

Color Harmonies of #DB518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB518D

Black with #DB518D

Text Example


Text Example

White with #DB518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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