Html Css Color HEX #D8548B Dark Pink

📋 copy color: '#D8548B'

red 216 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #D8548B

Tints of Dark Pink #D8548B

RGB

 RED value IS 216 (84.77% from 255) = 49.2%

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

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

R = 49.2%
G = 19.13%
B = 31.66%

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

#D8548B (or 0xD8548B) is known color: Dark Pink. HEX triplet: D8, 54 and 8B. RGB value is (216,84,139). Sum of RGB (Red+Green+Blue) = 216+84+139=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8548B is #27AB74. Grayscale: #818181. Windows color (decimal): -2599797 or 9131224. OLE color: 9131224.

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

Color convert

RGB 216 84 139 -
CMYK 0 0.61 0.36 0.15
HSL 335º 0.63% 0.59% -
HSV(B) 335º 0.61% 0.85% -
XYZ 36.15 22.8 26.92 -
YUV 129.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 216 84 139 0 0.61 0.36 0.15 335 0.63 0.59
Hex D8 54 8B 0 3D 24 F 14F 3F 3B
Octal 330 124 213 0 75 44 17 517 77 73
Binary 11011000 1010100 10001011 0 111101 100100 1111 101001111 111111 111011

Color Harmonies of #D8548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8548B

Black with #D8548B

Text Example


Text Example

White with #D8548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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