Html Css Color HEX #D1478F Mulberry

📋 copy color: '#D1478F'

red 209 ◦ green 71 ◦ blue 143

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

Shades of Mulberry #D1478F

Tints of Mulberry #D1478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 49.41%
G = 16.78%
B = 33.81%

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

#D1478F (or 0xD1478F) is known color: Mulberry. HEX triplet: D1, 47 and 8F. RGB value is (209,71,143). Sum of RGB (Red+Green+Blue) = 209+71+143=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1478F is #2EB870. Grayscale: #787878. Windows color (decimal): -3061873 or 9390033. OLE color: 9390033.

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

Color convert

RGB 209 71 143 -
CMYK 0 0.66 0.32 0.18
HSL 328.7º 0.6% 0.55% -
HSV(B) 328.7º 0.66% 0.82% -
XYZ 33.51 20.04 28.09 -
YUV 120.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 209 71 143 0 0.66 0.32 0.18 328.7 0.6 0.55
Hex D1 47 8F 0 42 20 12 149 3C 37
Octal 321 107 217 0 102 40 22 511 74 67
Binary 11010001 1000111 10001111 0 1000010 100000 10010 101001001 111100 110111

Color Harmonies of #D1478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1478F

Black with #D1478F

Text Example


Text Example

White with #D1478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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