Html Css Color HEX #DB518A Dark Pink

📋 copy color: '#DB518A'

red 219 ◦ green 81 ◦ blue 138

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

Shades of Dark Pink #DB518A

Tints of Dark Pink #DB518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 50%
G = 18.49%
B = 31.51%

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

#DB518A (or 0xDB518A) is known color: Dark Pink. HEX triplet: DB, 51 and 8A. RGB value is (219,81,138). Sum of RGB (Red+Green+Blue) = 219+81+138=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB518A is #24AE75. Grayscale: #808080. Windows color (decimal): -2403958 or 9064923. OLE color: 9064923.

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

Color convert

RGB 219 81 138 -
CMYK 0 0.63 0.37 0.14
HSL 335.22º 0.66% 0.59% -
HSV(B) 335.22º 0.63% 0.86% -
XYZ 36.74 22.78 26.51 -
YUV 128.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 219 81 138 0 0.63 0.37 0.14 335.22 0.66 0.59
Hex DB 51 8A 0 3F 25 E 14F 42 3B
Octal 333 121 212 0 77 45 16 517 102 73
Binary 11011011 1010001 10001010 0 111111 100101 1110 101001111 1000010 111011

Color Harmonies of #DB518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB518A

Black with #DB518A

Text Example


Text Example

White with #DB518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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