Html Css Color HEX #D3479E Mulberry

📋 copy color: '#D3479E'

red 211 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #D3479E

Tints of Mulberry #D3479E

RGB

 RED value IS 211 (82.81% from 255) = 47.95%

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

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

R = 47.95%
G = 16.14%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3479E (or 0xD3479E) is known color: Mulberry. HEX triplet: D3, 47 and 9E. RGB value is (211,71,158). Sum of RGB (Red+Green+Blue) = 211+71+158=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3479E is #2CB861. Grayscale: #7A7A7A. Windows color (decimal): -2930786 or 10373075. OLE color: 10373075.

HSL color Cylindrical-coordinate representation of color #D3479E: hue angle of 322.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3479E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 158 -
CMYK 0 0.66 0.25 0.17
HSL 322.71º 0.61% 0.55% -
HSV(B) 322.71º 0.66% 0.83% -
XYZ 35.29 20.82 34.51 -
YUV 122.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 211 71 158 0 0.66 0.25 0.17 322.71 0.61 0.55
Hex D3 47 9E 0 42 19 11 143 3D 37
Octal 323 107 236 0 102 31 21 503 75 67
Binary 11010011 1000111 10011110 0 1000010 11001 10001 101000011 111101 110111

Color Harmonies of #D3479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3479E

Black with #D3479E

Text Example


Text Example

White with #D3479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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