Html Css Color HEX #D0479D Mulberry

📋 copy color: '#D0479D'

red 208 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #D0479D

Tints of Mulberry #D0479D

RGB

 RED value IS 208 (81.64% from 255) = 47.71%

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

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 47.71%
G = 16.28%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0479D (or 0xD0479D) is known color: Mulberry. HEX triplet: D0, 47 and 9D. RGB value is (208,71,157). Sum of RGB (Red+Green+Blue) = 208+71+157=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0479D is #2FB862. Grayscale: #797979. Windows color (decimal): -3127395 or 10307536. OLE color: 10307536.

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

Color convert

RGB 208 71 157 -
CMYK 0 0.66 0.25 0.18
HSL 322.34º 0.59% 0.55% -
HSV(B) 322.34º 0.66% 0.82% -
XYZ 34.35 20.35 34.02 -
YUV 121.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 208 71 157 0 0.66 0.25 0.18 322.34 0.59 0.55
Hex D0 47 9D 0 42 19 12 142 3B 37
Octal 320 107 235 0 102 31 22 502 73 67
Binary 11010000 1000111 10011101 0 1000010 11001 10010 101000010 111011 110111

Color Harmonies of #D0479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0479D

Black with #D0479D

Text Example


Text Example

White with #D0479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0479D; }

 p { color: rgb(208,71,157); }

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

background-color css

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

 a { background-color: rgb(208,71,157); }

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

border-color css

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

 span { border-color: rgb(208,71,157); }

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