Html Css Color HEX #D9548E Dark Pink

📋 copy color: '#D9548E'

red 217 ◦ green 84 ◦ blue 142

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

Shades of Dark Pink #D9548E

Tints of Dark Pink #D9548E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 48.98%
G = 18.96%
B = 32.05%

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

#D9548E (or 0xD9548E) is known color: Dark Pink. HEX triplet: D9, 54 and 8E. RGB value is (217,84,142). Sum of RGB (Red+Green+Blue) = 217+84+142=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9548E is #26AB71. Grayscale: #828282. Windows color (decimal): -2534258 or 9327833. OLE color: 9327833.

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

Color convert

RGB 217 84 142 -
CMYK 0 0.61 0.35 0.15
HSL 333.83º 0.64% 0.59% -
HSV(B) 333.83º 0.61% 0.85% -
XYZ 36.67 23.05 28.11 -
YUV 130.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 217 84 142 0 0.61 0.35 0.15 333.83 0.64 0.59
Hex D9 54 8E 0 3D 23 F 14E 40 3B
Octal 331 124 216 0 75 43 17 516 100 73
Binary 11011001 1010100 10001110 0 111101 100011 1111 101001110 1000000 111011

Color Harmonies of #D9548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9548E

Black with #D9548E

Text Example


Text Example

White with #D9548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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