Html Css Color HEX #D9548C Dark Pink

📋 copy color: '#D9548C'

red 217 ◦ green 84 ◦ blue 140

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

Shades of Dark Pink #D9548C

Tints of Dark Pink #D9548C

RGB

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

 GREEN value IS 84 (33.2% 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 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

#D9548C (or 0xD9548C) is known color: 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

RGB 217 84 140 -
CMYK 0 0.61 0.35 0.15
HSL 334.74º 0.64% 0.59% -
HSV(B) 334.74º 0.61% 0.85% -
XYZ 36.52 22.99 27.32 -
YUV 130.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 217 84 140 0 0.61 0.35 0.15 334.74 0.64 0.59
Hex D9 54 8C 0 3D 23 F 14F 40 3B
Octal 331 124 214 0 75 43 17 517 100 73
Binary 11011001 1010100 10001100 0 111101 100011 1111 101001111 1000000 111011

Color Harmonies of #D9548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9548C

Black with #D9548C

Text Example


Text Example

White with #D9548C

Text Example


Text Example

HTML Codes & Css Web 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>