Html Css Color HEX #D954AA Mulberry

📋 copy color: '#D954AA'

red 217 ◦ green 84 ◦ blue 170

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

Shades of Mulberry #D954AA

Tints of Mulberry #D954AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 46.07%
G = 17.83%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D954AA (or 0xD954AA) is known color: Mulberry. HEX triplet: D9, 54 and AA. RGB value is (217,84,170). Sum of RGB (Red+Green+Blue) = 217+84+170=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D954AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954AA is #26AB55. Grayscale: #858585. Windows color (decimal): -2534230 or 11162841. OLE color: 11162841.

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

Color convert

RGB 217 84 170 -
CMYK 0 0.61 0.22 0.15
HSL 321.2º 0.64% 0.59% -
HSV(B) 321.2º 0.61% 0.85% -
XYZ 39.04 23.99 40.6 -
YUV 133.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 217 84 170 0 0.61 0.22 0.15 321.2 0.64 0.59
Hex D9 54 AA 0 3D 16 F 141 40 3B
Octal 331 124 252 0 75 26 17 501 100 73
Binary 11011001 1010100 10101010 0 111101 10110 1111 101000001 1000000 111011

Color Harmonies of #D954AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954AA

Black with #D954AA

Text Example


Text Example

White with #D954AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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