Html Css Color HEX #D950AA Mulberry

📋 copy color: '#D950AA'

red 217 ◦ green 80 ◦ blue 170

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

Shades of Mulberry #D950AA

Tints of Mulberry #D950AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

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

R = 46.47%
G = 17.13%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D950AA (or 0xD950AA) is known color: Mulberry. HEX triplet: D9, 50 and AA. RGB value is (217,80,170). Sum of RGB (Red+Green+Blue) = 217+80+170=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D950AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D950AA is #26AF55. Grayscale: #828282. Windows color (decimal): -2535254 or 11161817. OLE color: 11161817.

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

Color convert

RGB 217 80 170 -
CMYK 0 0.63 0.22 0.15
HSL 320.58º 0.64% 0.58% -
HSV(B) 320.58º 0.63% 0.85% -
XYZ 38.74 23.39 40.5 -
YUV 131.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 217 80 170 0 0.63 0.22 0.15 320.58 0.64 0.58
Hex D9 50 AA 0 3F 16 F 141 40 3A
Octal 331 120 252 0 77 26 17 501 100 72
Binary 11011001 1010000 10101010 0 111111 10110 1111 101000001 1000000 111010

Color Harmonies of #D950AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950AA

Black with #D950AA

Text Example


Text Example

White with #D950AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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