Html Css Color HEX #D9548B Dark Pink

📋 copy color: '#D9548B'

red 217 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #D9548B

Tints of Dark Pink #D9548B

RGB

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

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

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

R = 49.32%
G = 19.09%
B = 31.59%

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

#D9548B (or 0xD9548B) is known color: Dark Pink. HEX triplet: D9, 54 and 8B. RGB value is (217,84,139). Sum of RGB (Red+Green+Blue) = 217+84+139=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9548B is #26AB74. Grayscale: #818181. Windows color (decimal): -2534261 or 9131225. OLE color: 9131225.

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

Color convert

RGB 217 84 139 -
CMYK 0 0.61 0.36 0.15
HSL 335.19º 0.64% 0.59% -
HSV(B) 335.19º 0.61% 0.85% -
XYZ 36.45 22.96 26.94 -
YUV 130.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 217 84 139 0 0.61 0.36 0.15 335.19 0.64 0.59
Hex D9 54 8B 0 3D 24 F 14F 40 3B
Octal 331 124 213 0 75 44 17 517 100 73
Binary 11011001 1010100 10001011 0 111101 100100 1111 101001111 1000000 111011

Color Harmonies of #D9548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9548B

Black with #D9548B

Text Example


Text Example

White with #D9548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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