Html Css Color HEX #D954AD Mulberry

📋 copy color: '#D954AD'

red 217 ◦ green 84 ◦ blue 173

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

Shades of Mulberry #D954AD

Tints of Mulberry #D954AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 45.78%
G = 17.72%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D954AD (or 0xD954AD) is known color: Mulberry. HEX triplet: D9, 54 and AD. RGB value is (217,84,173). Sum of RGB (Red+Green+Blue) = 217+84+173=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D954AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954AD is #26AB52. Grayscale: #858585. Windows color (decimal): -2534227 or 11359449. OLE color: 11359449.

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

Color convert

RGB 217 84 173 -
CMYK 0 0.61 0.20 0.15
HSL 319.85º 0.64% 0.59% -
HSV(B) 319.85º 0.61% 0.85% -
XYZ 39.33 24.11 42.12 -
YUV 133.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 217 84 173 0 0.61 0.20 0.15 319.85 0.64 0.59
Hex D9 54 AD 0 3D 14 F 140 40 3B
Octal 331 124 255 0 75 24 17 500 100 73
Binary 11011001 1010100 10101101 0 111101 10100 1111 101000000 1000000 111011

Color Harmonies of #D954AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954AD

Black with #D954AD

Text Example


Text Example

White with #D954AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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