Html Css Color HEX #D9548D Dark Pink

📋 copy color: '#D9548D'

red 217 ◦ green 84 ◦ blue 141

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

Shades of Dark Pink #D9548D

Tints of Dark Pink #D9548D

RGB

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

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

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

R = 49.1%
G = 19%
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

#D9548D (or 0xD9548D) is known color: Dark Pink. HEX triplet: D9, 54 and 8D. RGB value is (217,84,141). Sum of RGB (Red+Green+Blue) = 217+84+141=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9548D is #26AB72. Grayscale: #828282. Windows color (decimal): -2534259 or 9262297. OLE color: 9262297.

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

Color convert

RGB 217 84 141 -
CMYK 0 0.61 0.35 0.15
HSL 334.29º 0.64% 0.59% -
HSV(B) 334.29º 0.61% 0.85% -
XYZ 36.59 23.02 27.71 -
YUV 130.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 217 84 141 0 0.61 0.35 0.15 334.29 0.64 0.59
Hex D9 54 8D 0 3D 23 F 14E 40 3B
Octal 331 124 215 0 75 43 17 516 100 73
Binary 11011001 1010100 10001101 0 111101 100011 1111 101001110 1000000 111011

Color Harmonies of #D9548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9548D

Black with #D9548D

Text Example


Text Example

White with #D9548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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