Html Css Color HEX #D9558B Dark Pink

📋 copy color: '#D9558B'

red 217 ◦ green 85 ◦ blue 139

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

Shades of Dark Pink #D9558B

Tints of Dark Pink #D9558B

RGB

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

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

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

R = 49.21%
G = 19.27%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9558B (or 0xD9558B) is known color: Dark Pink. HEX triplet: D9, 55 and 8B. RGB value is (217,85,139). Sum of RGB (Red+Green+Blue) = 217+85+139=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9558B is #26AA74. Grayscale: #828282. Windows color (decimal): -2534005 or 9131481. OLE color: 9131481.

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

Color convert

RGB 217 85 139 -
CMYK 0 0.61 0.36 0.15
HSL 335.45º 0.63% 0.59% -
HSV(B) 335.45º 0.61% 0.85% -
XYZ 36.52 23.11 26.96 -
YUV 130.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 217 85 139 0 0.61 0.36 0.15 335.45 0.63 0.59
Hex D9 55 8B 0 3D 24 F 14F 3F 3B
Octal 331 125 213 0 75 44 17 517 77 73
Binary 11011001 1010101 10001011 0 111101 100100 1111 101001111 111111 111011

Color Harmonies of #D9558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9558B

Black with #D9558B

Text Example


Text Example

White with #D9558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9558B; }

 p { color: rgb(217,85,139); }

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

background-color css

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

 a { background-color: rgb(217,85,139); }

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

border-color css

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

 span { border-color: rgb(217,85,139); }

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