Html Css Color HEX #D1479E Mulberry

📋 copy color: '#D1479E'

red 209 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #D1479E

Tints of Mulberry #D1479E

RGB

 RED value IS 209 (82.03% from 255) = 47.72%

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

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

R = 47.72%
G = 16.21%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1479E (or 0xD1479E) is known color: Mulberry. HEX triplet: D1, 47 and 9E. RGB value is (209,71,158). Sum of RGB (Red+Green+Blue) = 209+71+158=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1479E is #2EB861. Grayscale: #797979. Windows color (decimal): -3061858 or 10373073. OLE color: 10373073.

HSL color Cylindrical-coordinate representation of color #D1479E: hue angle of 322.17º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1479E is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 71 158 -
CMYK 0 0.66 0.24 0.18
HSL 322.17º 0.6% 0.55% -
HSV(B) 322.17º 0.66% 0.82% -
XYZ 34.72 20.53 34.48 -
YUV 122.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 209 71 158 0 0.66 0.24 0.18 322.17 0.6 0.55
Hex D1 47 9E 0 42 18 12 142 3C 37
Octal 321 107 236 0 102 30 22 502 74 67
Binary 11010001 1000111 10011110 0 1000010 11000 10010 101000010 111100 110111

Color Harmonies of #D1479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1479E

Black with #D1479E

Text Example


Text Example

White with #D1479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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