#D9548C

Color #D9548C Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #D9548C

Tints of Dark Pink #D9548C

Color information

#D9548C (or 0xD9548C) is unknown color: approx Dark Pink. HEX triplet: D9, 54 and 8C. RGB value is (217,84,140). Sum of RGB (Red+Green+Blue) = 217+84+140=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9548C is #26AB73. Grayscale: #828282. Windows color (decimal): -2534260 or 9196761. OLE color: 9196761.

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

Color convert

RGB21784140-
CMYK00.610.350.15
HSL334.74º63.64%59.02%-
HSV(B)334.74º61.29%85.1%-
XYZ36.5222.9927.32-
YUV130.15133.56189.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=49.21%
G=19.05%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178414000.610.350.15334.7463.6459.02
HexD9548C03D23F14f403b
Octal331124214075431751710073
Binary11011001101010010001100011110110001111111010011111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9548C; }

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

 H1.HeaderClassName
 {
   color: #D9548C;
 }
 .AnyTagClassName
 {
   color: #D9548C;
 }
</style>
background-color css

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

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

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

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

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

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