Html Css Color HEX #D954AB Mulberry

📋 copy color: '#D954AB'

red 217 ◦ green 84 ◦ blue 171

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

Shades of Mulberry #D954AB

Tints of Mulberry #D954AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 45.97%
G = 17.8%
B = 36.23%

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

#D954AB (or 0xD954AB) is known color: Mulberry. HEX triplet: D9, 54 and AB. RGB value is (217,84,171). Sum of RGB (Red+Green+Blue) = 217+84+171=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D954AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954AB is #26AB54. Grayscale: #858585. Windows color (decimal): -2534229 or 11228377. OLE color: 11228377.

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

Color convert

RGB 217 84 171 -
CMYK 0 0.61 0.21 0.15
HSL 320.75º 0.64% 0.59% -
HSV(B) 320.75º 0.61% 0.85% -
XYZ 39.14 24.03 41.1 -
YUV 133.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 217 84 171 0 0.61 0.21 0.15 320.75 0.64 0.59
Hex D9 54 AB 0 3D 15 F 141 40 3B
Octal 331 124 253 0 75 25 17 501 100 73
Binary 11011001 1010100 10101011 0 111101 10101 1111 101000001 1000000 111011

Color Harmonies of #D954AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954AB

Black with #D954AB

Text Example


Text Example

White with #D954AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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