Html Css Color HEX #D954A6 Mulberry

📋 copy color: '#D954A6'

red 217 ◦ green 84 ◦ blue 166

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

Shades of Mulberry #D954A6

Tints of Mulberry #D954A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 46.47%
G = 17.99%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D954A6 (or 0xD954A6) is known color: Mulberry. HEX triplet: D9, 54 and A6. RGB value is (217,84,166). Sum of RGB (Red+Green+Blue) = 217+84+166=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D954A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954A6 is #26AB59. Grayscale: #848484. Windows color (decimal): -2534234 or 10900697. OLE color: 10900697.

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

Color convert

RGB 217 84 166 -
CMYK 0 0.61 0.24 0.15
HSL 323.01º 0.64% 0.59% -
HSV(B) 323.01º 0.61% 0.85% -
XYZ 38.67 23.85 38.64 -
YUV 133.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 217 84 166 0 0.61 0.24 0.15 323.01 0.64 0.59
Hex D9 54 A6 0 3D 18 F 143 40 3B
Octal 331 124 246 0 75 30 17 503 100 73
Binary 11011001 1010100 10100110 0 111101 11000 1111 101000011 1000000 111011

Color Harmonies of #D954A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954A6

Black with #D954A6

Text Example


Text Example

White with #D954A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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