Html Css Color HEX #D955A0 Mulberry

📋 copy color: '#D955A0'

red 217 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #D955A0

Tints of Mulberry #D955A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 46.97%
G = 18.4%
B = 34.63%

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

#D955A0 (or 0xD955A0) is known color: Mulberry. HEX triplet: D9, 55 and A0. RGB value is (217,85,160). Sum of RGB (Red+Green+Blue) = 217+85+160=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D955A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955A0 is #26AA5F. Grayscale: #848484. Windows color (decimal): -2533984 or 10507737. OLE color: 10507737.

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

Color convert

RGB 217 85 160 -
CMYK 0 0.61 0.26 0.15
HSL 325.91º 0.63% 0.59% -
HSV(B) 325.91º 0.61% 0.85% -
XYZ 38.21 23.79 35.84 -
YUV 133.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 217 85 160 0 0.61 0.26 0.15 325.91 0.63 0.59
Hex D9 55 A0 0 3D 1A F 146 3F 3B
Octal 331 125 240 0 75 32 17 506 77 73
Binary 11011001 1010101 10100000 0 111101 11010 1111 101000110 111111 111011

Color Harmonies of #D955A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955A0

Black with #D955A0

Text Example


Text Example

White with #D955A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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