Html Css Color HEX #D850AA Mulberry

📋 copy color: '#D850AA'

red 216 ◦ green 80 ◦ blue 170

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

Shades of Mulberry #D850AA

Tints of Mulberry #D850AA

RGB

 RED value IS 216 (84.77% from 255) = 46.35%

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

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

R = 46.35%
G = 17.17%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D850AA (or 0xD850AA) is known color: Mulberry. HEX triplet: D8, 50 and AA. RGB value is (216,80,170). Sum of RGB (Red+Green+Blue) = 216+80+170=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D850AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850AA is #27AF55. Grayscale: #828282. Windows color (decimal): -2600790 or 11161816. OLE color: 11161816.

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

Color convert

RGB 216 80 170 -
CMYK 0 0.63 0.21 0.15
HSL 320.29º 0.64% 0.58% -
HSV(B) 320.29º 0.63% 0.85% -
XYZ 38.44 23.24 40.49 -
YUV 130.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 216 80 170 0 0.63 0.21 0.15 320.29 0.64 0.58
Hex D8 50 AA 0 3F 15 F 140 40 3A
Octal 330 120 252 0 77 25 17 500 100 72
Binary 11011000 1010000 10101010 0 111111 10101 1111 101000000 1000000 111010

Color Harmonies of #D850AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850AA

Black with #D850AA

Text Example


Text Example

White with #D850AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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