Html Css Color HEX #D1479F Mulberry

📋 copy color: '#D1479F'

red 209 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #D1479F

Tints of Mulberry #D1479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 47.61%
G = 16.17%
B = 36.22%

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

#D1479F (or 0xD1479F) is known color: Mulberry. HEX triplet: D1, 47 and 9F. RGB value is (209,71,159). Sum of RGB (Red+Green+Blue) = 209+71+159=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1479F is #2EB860. Grayscale: #7A7A7A. Windows color (decimal): -3061857 or 10438609. OLE color: 10438609.

HSL color Cylindrical-coordinate representation of color #D1479F: hue angle of 321.74º 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 #D1479F is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 71 159 -
CMYK 0 0.66 0.24 0.18
HSL 321.74º 0.6% 0.55% -
HSV(B) 321.74º 0.66% 0.82% -
XYZ 34.81 20.56 34.94 -
YUV 122.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 209 71 159 0 0.66 0.24 0.18 321.74 0.6 0.55
Hex D1 47 9F 0 42 18 12 142 3C 37
Octal 321 107 237 0 102 30 22 502 74 67
Binary 11010001 1000111 10011111 0 1000010 11000 10010 101000010 111100 110111

Color Harmonies of #D1479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1479F

Black with #D1479F

Text Example


Text Example

White with #D1479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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