Html Css Color HEX #D953AA Mulberry

📋 copy color: '#D953AA'

red 217 ◦ green 83 ◦ blue 170

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

Shades of Mulberry #D953AA

Tints of Mulberry #D953AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 46.17%
G = 17.66%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D953AA (or 0xD953AA) is known color: Mulberry. HEX triplet: D9, 53 and AA. RGB value is (217,83,170). Sum of RGB (Red+Green+Blue) = 217+83+170=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D953AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953AA is #26AC55. Grayscale: #848484. Windows color (decimal): -2534486 or 11162585. OLE color: 11162585.

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

Color convert

RGB 217 83 170 -
CMYK 0 0.62 0.22 0.15
HSL 321.04º 0.64% 0.59% -
HSV(B) 321.04º 0.62% 0.85% -
XYZ 38.96 23.84 40.58 -
YUV 132.98 148.89 187.93 -
System Red Green Blue C M Y K H S L
Decimal 217 83 170 0 0.62 0.22 0.15 321.04 0.64 0.59
Hex D9 53 AA 0 3E 16 F 141 40 3B
Octal 331 123 252 0 76 26 17 501 100 73
Binary 11011001 1010011 10101010 0 111110 10110 1111 101000001 1000000 111011

Color Harmonies of #D953AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953AA

Black with #D953AA

Text Example


Text Example

White with #D953AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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