Html Css Color HEX #D9479A Mulberry

📋 copy color: '#D9479A'

red 217 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #D9479A

Tints of Mulberry #D9479A

RGB

 RED value IS 217 (85.16% from 255) = 49.1%

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

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 49.1%
G = 16.06%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9479A (or 0xD9479A) is known color: Mulberry. HEX triplet: D9, 47 and 9A. RGB value is (217,71,154). Sum of RGB (Red+Green+Blue) = 217+71+154=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9479A is #26B865. Grayscale: #7B7B7B. Windows color (decimal): -2537574 or 10110937. OLE color: 10110937.

HSL color Cylindrical-coordinate representation of color #D9479A: hue angle of 325.89º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9479A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 154 -
CMYK 0 0.67 0.29 0.15
HSL 325.89º 0.66% 0.56% -
HSV(B) 325.89º 0.67% 0.85% -
XYZ 36.7 21.59 32.81 -
YUV 124.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 217 71 154 0 0.67 0.29 0.15 325.89 0.66 0.56
Hex D9 47 9A 0 43 1D F 146 42 38
Octal 331 107 232 0 103 35 17 506 102 70
Binary 11011001 1000111 10011010 0 1000011 11101 1111 101000110 1000010 111000

Color Harmonies of #D9479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9479A

Black with #D9479A

Text Example


Text Example

White with #D9479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9479A; }

 p { color: rgb(217,71,154); }

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

background-color css

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

 a { background-color: rgb(217,71,154); }

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

border-color css

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

 span { border-color: rgb(217,71,154); }

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