Html Css Color HEX #D9518C Dark Pink

📋 copy color: '#D9518C'

red 217 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #D9518C

Tints of Dark Pink #D9518C

RGB

 RED value IS 217 (85.16% from 255) = 49.54%

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

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 49.54%
G = 18.49%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9518C (or 0xD9518C) is known color: Dark Pink. HEX triplet: D9, 51 and 8C. RGB value is (217,81,140). Sum of RGB (Red+Green+Blue) = 217+81+140=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9518C is #26AE73. Grayscale: #808080. Windows color (decimal): -2535028 or 9195993. OLE color: 9195993.

HSL color Cylindrical-coordinate representation of color #D9518C: hue angle of 333.97º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9518C is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 140 -
CMYK 0 0.63 0.35 0.15
HSL 333.97º 0.64% 0.58% -
HSV(B) 333.97º 0.63% 0.85% -
XYZ 36.29 22.53 27.25 -
YUV 128.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 217 81 140 0 0.63 0.35 0.15 333.97 0.64 0.58
Hex D9 51 8C 0 3F 23 F 14E 40 3A
Octal 331 121 214 0 77 43 17 516 100 72
Binary 11011001 1010001 10001100 0 111111 100011 1111 101001110 1000000 111010

Color Harmonies of #D9518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9518C

Black with #D9518C

Text Example


Text Example

White with #D9518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9518C; }

 p { color: rgb(217,81,140); }

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

background-color css

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

 a { background-color: rgb(217,81,140); }

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

border-color css

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

 span { border-color: rgb(217,81,140); }

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