Html Css Color HEX #D0478D Mulberry

📋 copy color: '#D0478D'

red 208 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #D0478D

Tints of Mulberry #D0478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 49.52%
G = 16.9%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0478D (or 0xD0478D) is known color: Mulberry. HEX triplet: D0, 47 and 8D. RGB value is (208,71,141). Sum of RGB (Red+Green+Blue) = 208+71+141=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0478D is #2FB872. Grayscale: #777777. Windows color (decimal): -3127411 or 9258960. OLE color: 9258960.

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

Color convert

RGB 208 71 141 -
CMYK 0 0.66 0.32 0.18
HSL 329.34º 0.59% 0.55% -
HSV(B) 329.34º 0.66% 0.82% -
XYZ 33.07 19.84 27.29 -
YUV 119.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 208 71 141 0 0.66 0.32 0.18 329.34 0.59 0.55
Hex D0 47 8D 0 42 20 12 149 3B 37
Octal 320 107 215 0 102 40 22 511 73 67
Binary 11010000 1000111 10001101 0 1000010 100000 10010 101001001 111011 110111

Color Harmonies of #D0478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0478D

Black with #D0478D

Text Example


Text Example

White with #D0478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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