Html Css Color HEX #D954A7 Mulberry

📋 copy color: '#D954A7'

red 217 ◦ green 84 ◦ blue 167

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

Shades of Mulberry #D954A7

Tints of Mulberry #D954A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.68%

R = 46.37%
G = 17.95%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D954A7 (or 0xD954A7) is known color: Mulberry. HEX triplet: D9, 54 and A7. RGB value is (217,84,167). Sum of RGB (Red+Green+Blue) = 217+84+167=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D954A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954A7 is #26AB58. Grayscale: #858585. Windows color (decimal): -2534233 or 10966233. OLE color: 10966233.

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

Color convert

RGB 217 84 167 -
CMYK 0 0.61 0.23 0.15
HSL 322.56º 0.64% 0.59% -
HSV(B) 322.56º 0.61% 0.85% -
XYZ 38.76 23.88 39.13 -
YUV 133.23 147.06 187.75 -
System Red Green Blue C M Y K H S L
Decimal 217 84 167 0 0.61 0.23 0.15 322.56 0.64 0.59
Hex D9 54 A7 0 3D 17 F 143 40 3B
Octal 331 124 247 0 75 27 17 503 100 73
Binary 11011001 1010100 10100111 0 111101 10111 1111 101000011 1000000 111011

Color Harmonies of #D954A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954A7

Black with #D954A7

Text Example


Text Example

White with #D954A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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