Html Css Color HEX #D8558D Dark Pink

📋 copy color: '#D8558D'

red 216 ◦ green 85 ◦ blue 141

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

Shades of Dark Pink #D8558D

Tints of Dark Pink #D8558D

RGB

 RED value IS 216 (84.77% from 255) = 48.87%

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 48.87%
G = 19.23%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8558D (or 0xD8558D) is known color: Dark Pink. HEX triplet: D8, 55 and 8D. RGB value is (216,85,141). Sum of RGB (Red+Green+Blue) = 216+85+141=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8558D is #27AA72. Grayscale: #828282. Windows color (decimal): -2599539 or 9262552. OLE color: 9262552.

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

Color convert

RGB 216 85 141 -
CMYK 0 0.61 0.35 0.15
HSL 334.35º 0.63% 0.59% -
HSV(B) 334.35º 0.61% 0.85% -
XYZ 36.38 23.02 27.73 -
YUV 130.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 216 85 141 0 0.61 0.35 0.15 334.35 0.63 0.59
Hex D8 55 8D 0 3D 23 F 14E 3F 3B
Octal 330 125 215 0 75 43 17 516 77 73
Binary 11011000 1010101 10001101 0 111101 100011 1111 101001110 111111 111011

Color Harmonies of #D8558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8558D

Black with #D8558D

Text Example


Text Example

White with #D8558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8558D; }

 p { color: rgb(216,85,141); }

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

background-color css

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

 a { background-color: rgb(216,85,141); }

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

border-color css

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

 span { border-color: rgb(216,85,141); }

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