Html Css Color HEX #D8508E Mulberry

📋 copy color: '#D8508E'

red 216 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #D8508E

Tints of Mulberry #D8508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 49.32%
G = 18.26%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8508E (or 0xD8508E) is known color: Mulberry. HEX triplet: D8, 50 and 8E. RGB value is (216,80,142). Sum of RGB (Red+Green+Blue) = 216+80+142=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8508E is #27AF71. Grayscale: #7F7F7F. Windows color (decimal): -2600818 or 9326808. OLE color: 9326808.

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

Color convert

RGB 216 80 142 -
CMYK 0 0.63 0.34 0.15
HSL 332.65º 0.64% 0.58% -
HSV(B) 332.65º 0.63% 0.85% -
XYZ 36.07 22.29 27.99 -
YUV 127.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 216 80 142 0 0.63 0.34 0.15 332.65 0.64 0.58
Hex D8 50 8E 0 3F 22 F 14D 40 3A
Octal 330 120 216 0 77 42 17 515 100 72
Binary 11011000 1010000 10001110 0 111111 100010 1111 101001101 1000000 111010

Color Harmonies of #D8508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8508E

Black with #D8508E

Text Example


Text Example

White with #D8508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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