Html Css Color HEX #D850A6 Mulberry

📋 copy color: '#D850A6'

red 216 ◦ green 80 ◦ blue 166

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

Shades of Mulberry #D850A6

Tints of Mulberry #D850A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 46.75%
G = 17.32%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D850A6 (or 0xD850A6) is known color: Mulberry. HEX triplet: D8, 50 and A6. RGB value is (216,80,166). Sum of RGB (Red+Green+Blue) = 216+80+166=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D850A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850A6 is #27AF59. Grayscale: #828282. Windows color (decimal): -2600794 or 10899672. OLE color: 10899672.

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

Color convert

RGB 216 80 166 -
CMYK 0 0.63 0.23 0.15
HSL 322.06º 0.64% 0.58% -
HSV(B) 322.06º 0.63% 0.85% -
XYZ 38.07 23.09 38.53 -
YUV 130.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 216 80 166 0 0.63 0.23 0.15 322.06 0.64 0.58
Hex D8 50 A6 0 3F 17 F 142 40 3A
Octal 330 120 246 0 77 27 17 502 100 72
Binary 11011000 1010000 10100110 0 111111 10111 1111 101000010 1000000 111010

Color Harmonies of #D850A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850A6

Black with #D850A6

Text Example


Text Example

White with #D850A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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