Html Css Color HEX #D3479B Mulberry

📋 copy color: '#D3479B'

red 211 ◦ green 71 ◦ blue 155

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

Shades of Mulberry #D3479B

Tints of Mulberry #D3479B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 48.28%
G = 16.25%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3479B (or 0xD3479B) is known color: Mulberry. HEX triplet: D3, 47 and 9B. RGB value is (211,71,155). Sum of RGB (Red+Green+Blue) = 211+71+155=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3479B is #2CB864. Grayscale: #7A7A7A. Windows color (decimal): -2930789 or 10176467. OLE color: 10176467.

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

Color convert

RGB 211 71 155 -
CMYK 0 0.66 0.27 0.17
HSL 324º 0.61% 0.55% -
HSV(B) 324º 0.66% 0.83% -
XYZ 35.03 20.72 33.16 -
YUV 122.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 211 71 155 0 0.66 0.27 0.17 324 0.61 0.55
Hex D3 47 9B 0 42 1B 11 144 3D 37
Octal 323 107 233 0 102 33 21 504 75 67
Binary 11010011 1000111 10011011 0 1000010 11011 10001 101000100 111101 110111

Color Harmonies of #D3479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3479B

Black with #D3479B

Text Example


Text Example

White with #D3479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3479B; }

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

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

background-color css

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

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

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

border-color css

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

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

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