Html Css Color HEX #D1478B Mulberry

📋 copy color: '#D1478B'

red 209 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #D1478B

Tints of Mulberry #D1478B

RGB

 RED value IS 209 (82.03% from 255) = 49.88%

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 49.88%
G = 16.95%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1478B (or 0xD1478B) is known color: Mulberry. HEX triplet: D1, 47 and 8B. RGB value is (209,71,139). Sum of RGB (Red+Green+Blue) = 209+71+139=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1478B is #2EB874. Grayscale: #777777. Windows color (decimal): -3061877 or 9127889. OLE color: 9127889.

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

Color convert

RGB 209 71 139 -
CMYK 0 0.66 0.33 0.18
HSL 330.43º 0.6% 0.55% -
HSV(B) 330.43º 0.66% 0.82% -
XYZ 33.21 19.93 26.52 -
YUV 120.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 209 71 139 0 0.66 0.33 0.18 330.43 0.6 0.55
Hex D1 47 8B 0 42 21 12 14A 3C 37
Octal 321 107 213 0 102 41 22 512 74 67
Binary 11010001 1000111 10001011 0 1000010 100001 10010 101001010 111100 110111

Color Harmonies of #D1478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1478B

Black with #D1478B

Text Example


Text Example

White with #D1478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1478B; }

 p { color: rgb(209,71,139); }

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

background-color css

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

 a { background-color: rgb(209,71,139); }

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

border-color css

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

 span { border-color: rgb(209,71,139); }

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