Html Css Color HEX #D956A8 Mulberry

📋 copy color: '#D956A8'

red 217 ◦ green 86 ◦ blue 168

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

Shades of Mulberry #D956A8

Tints of Mulberry #D956A8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.26%

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 46.07%
G = 18.26%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D956A8 (or 0xD956A8) is known color: Mulberry. HEX triplet: D9, 56 and A8. RGB value is (217,86,168). Sum of RGB (Red+Green+Blue) = 217+86+168=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D956A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D956A8 is #26A957. Grayscale: #868686. Windows color (decimal): -2533720 or 11032281. OLE color: 11032281.

HSL color Cylindrical-coordinate representation of color #D956A8: hue angle of 322.44º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D956A8 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 168 -
CMYK 0 0.60 0.23 0.15
HSL 322.44º 0.63% 0.59% -
HSV(B) 322.44º 0.6% 0.85% -
XYZ 39.01 24.23 39.67 -
YUV 134.52 146.9 186.83 -
System Red Green Blue C M Y K H S L
Decimal 217 86 168 0 0.60 0.23 0.15 322.44 0.63 0.59
Hex D9 56 A8 0 3C 17 F 142 3F 3B
Octal 331 126 250 0 74 27 17 502 77 73
Binary 11011001 1010110 10101000 0 111100 10111 1111 101000010 111111 111011

Color Harmonies of #D956A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D956A8

Black with #D956A8

Text Example


Text Example

White with #D956A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D956A8; }

 p { color: rgb(217,86,168); }

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

background-color css

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

 a { background-color: rgb(217,86,168); }

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

border-color css

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

 span { border-color: rgb(217,86,168); }

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