Html Css Color HEX #D850AB Mulberry

📋 copy color: '#D850AB'

red 216 ◦ green 80 ◦ blue 171

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

Shades of Mulberry #D850AB

Tints of Mulberry #D850AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 46.25%
G = 17.13%
B = 36.62%

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

#D850AB (or 0xD850AB) is known color: Mulberry. HEX triplet: D8, 50 and AB. RGB value is (216,80,171). Sum of RGB (Red+Green+Blue) = 216+80+171=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D850AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850AB is #27AF54. Grayscale: #828282. Windows color (decimal): -2600789 or 11227352. OLE color: 11227352.

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

Color convert

RGB 216 80 171 -
CMYK 0 0.63 0.21 0.15
HSL 319.85º 0.64% 0.58% -
HSV(B) 319.85º 0.63% 0.85% -
XYZ 38.54 23.28 40.99 -
YUV 131.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 216 80 171 0 0.63 0.21 0.15 319.85 0.64 0.58
Hex D8 50 AB 0 3F 15 F 140 40 3A
Octal 330 120 253 0 77 25 17 500 100 72
Binary 11011000 1010000 10101011 0 111111 10101 1111 101000000 1000000 111010

Color Harmonies of #D850AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850AB

Black with #D850AB

Text Example


Text Example

White with #D850AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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