Html Css Color HEX #D954A0 Mulberry

📋 copy color: '#D954A0'

red 217 ◦ green 84 ◦ blue 160

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

Shades of Mulberry #D954A0

Tints of Mulberry #D954A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 47.07%
G = 18.22%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D954A0 (or 0xD954A0) is known color: Mulberry. HEX triplet: D9, 54 and A0. RGB value is (217,84,160). Sum of RGB (Red+Green+Blue) = 217+84+160=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D954A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954A0 is #26AB5F. Grayscale: #848484. Windows color (decimal): -2534240 or 10507481. OLE color: 10507481.

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

Color convert

RGB 217 84 160 -
CMYK 0 0.61 0.26 0.15
HSL 325.71º 0.64% 0.59% -
HSV(B) 325.71º 0.61% 0.85% -
XYZ 38.13 23.63 35.81 -
YUV 132.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 217 84 160 0 0.61 0.26 0.15 325.71 0.64 0.59
Hex D9 54 A0 0 3D 1A F 146 40 3B
Octal 331 124 240 0 75 32 17 506 100 73
Binary 11011001 1010100 10100000 0 111101 11010 1111 101000110 1000000 111011

Color Harmonies of #D954A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954A0

Black with #D954A0

Text Example


Text Example

White with #D954A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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