Html Css Color HEX #D953AD Mulberry

📋 copy color: '#D953AD'

red 217 ◦ green 83 ◦ blue 173

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

Shades of Mulberry #D953AD

Tints of Mulberry #D953AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 45.88%
G = 17.55%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D953AD (or 0xD953AD) is known color: Mulberry. HEX triplet: D9, 53 and AD. RGB value is (217,83,173). Sum of RGB (Red+Green+Blue) = 217+83+173=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D953AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953AD is #26AC52. Grayscale: #858585. Windows color (decimal): -2534483 or 11359193. OLE color: 11359193.

HSL color Cylindrical-coordinate representation of color #D953AD: hue angle of 319.7º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D953AD is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 173 -
CMYK 0 0.62 0.20 0.15
HSL 319.7º 0.64% 0.59% -
HSV(B) 319.7º 0.62% 0.85% -
XYZ 39.25 23.96 42.09 -
YUV 133.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 217 83 173 0 0.62 0.20 0.15 319.7 0.64 0.59
Hex D9 53 AD 0 3E 14 F 140 40 3B
Octal 331 123 255 0 76 24 17 500 100 73
Binary 11011001 1010011 10101101 0 111110 10100 1111 101000000 1000000 111011

Color Harmonies of #D953AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953AD

Black with #D953AD

Text Example


Text Example

White with #D953AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953AD; }

 p { color: rgb(217,83,173); }

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

background-color css

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

 a { background-color: rgb(217,83,173); }

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

border-color css

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

 span { border-color: rgb(217,83,173); }

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