Html Css Color HEX #D8479E Mulberry

📋 copy color: '#D8479E'

red 216 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #D8479E

Tints of Mulberry #D8479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.96%

 BLUE value IS 158 (62.11% from 255) = 35.51%

R = 48.54%
G = 15.96%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8479E (or 0xD8479E) is known color: Mulberry. HEX triplet: D8, 47 and 9E. RGB value is (216,71,158). Sum of RGB (Red+Green+Blue) = 216+71+158=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8479E is #27B861. Grayscale: #7C7C7C. Windows color (decimal): -2603106 or 10373080. OLE color: 10373080.

HSL color Cylindrical-coordinate representation of color #D8479E: hue angle of 324º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8479E is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 71 158 -
CMYK 0 0.67 0.27 0.15
HSL 324º 0.65% 0.56% -
HSV(B) 324º 0.67% 0.85% -
XYZ 36.74 21.57 34.58 -
YUV 124.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 216 71 158 0 0.67 0.27 0.15 324 0.65 0.56
Hex D8 47 9E 0 43 1B F 144 41 38
Octal 330 107 236 0 103 33 17 504 101 70
Binary 11011000 1000111 10011110 0 1000011 11011 1111 101000100 1000001 111000

Color Harmonies of #D8479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8479E

Black with #D8479E

Text Example


Text Example

White with #D8479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8479E; }

 p { color: rgb(216,71,158); }

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

background-color css

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

 a { background-color: rgb(216,71,158); }

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

border-color css

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

 span { border-color: rgb(216,71,158); }

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