Html Css Color HEX #D850A8 Mulberry

📋 copy color: '#D850A8'

red 216 ◦ green 80 ◦ blue 168

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

Shades of Mulberry #D850A8

Tints of Mulberry #D850A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.21%

R = 46.55%
G = 17.24%
B = 36.21%

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

#D850A8 (or 0xD850A8) is known color: Mulberry. HEX triplet: D8, 50 and A8. RGB value is (216,80,168). Sum of RGB (Red+Green+Blue) = 216+80+168=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D850A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850A8 is #27AF57. Grayscale: #828282. Windows color (decimal): -2600792 or 11030744. OLE color: 11030744.

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

Color convert

RGB 216 80 168 -
CMYK 0 0.63 0.22 0.15
HSL 321.18º 0.64% 0.58% -
HSV(B) 321.18º 0.63% 0.85% -
XYZ 38.26 23.16 39.5 -
YUV 130.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 216 80 168 0 0.63 0.22 0.15 321.18 0.64 0.58
Hex D8 50 A8 0 3F 16 F 141 40 3A
Octal 330 120 250 0 77 26 17 501 100 72
Binary 11011000 1010000 10101000 0 111111 10110 1111 101000001 1000000 111010

Color Harmonies of #D850A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850A8

Black with #D850A8

Text Example


Text Example

White with #D850A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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