Html Css Color HEX #D954AC Mulberry

📋 copy color: '#D954AC'

red 217 ◦ green 84 ◦ blue 172

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

Shades of Mulberry #D954AC

Tints of Mulberry #D954AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 45.88%
G = 17.76%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D954AC (or 0xD954AC) is known color: Mulberry. HEX triplet: D9, 54 and AC. RGB value is (217,84,172). Sum of RGB (Red+Green+Blue) = 217+84+172=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D954AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954AC is #26AB53. Grayscale: #858585. Windows color (decimal): -2534228 or 11293913. OLE color: 11293913.

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

Color convert

RGB 217 84 172 -
CMYK 0 0.61 0.21 0.15
HSL 320.3º 0.64% 0.59% -
HSV(B) 320.3º 0.61% 0.85% -
XYZ 39.23 24.07 41.61 -
YUV 133.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 217 84 172 0 0.61 0.21 0.15 320.3 0.64 0.59
Hex D9 54 AC 0 3D 15 F 140 40 3B
Octal 331 124 254 0 75 25 17 500 100 73
Binary 11011001 1010100 10101100 0 111101 10101 1111 101000000 1000000 111011

Color Harmonies of #D954AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954AC

Black with #D954AC

Text Example


Text Example

White with #D954AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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