Html Css Color HEX #D3478C Mulberry

📋 copy color: '#D3478C'

red 211 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #D3478C

Tints of Mulberry #D3478C

RGB

 RED value IS 211 (82.81% from 255) = 50%

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

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 50%
G = 16.82%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3478C (or 0xD3478C) is known color: Mulberry. HEX triplet: D3, 47 and 8C. RGB value is (211,71,140). Sum of RGB (Red+Green+Blue) = 211+71+140=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3478C is #2CB873. Grayscale: #787878. Windows color (decimal): -2930804 or 9193427. OLE color: 9193427.

HSL color Cylindrical-coordinate representation of color #D3478C: hue angle of 330.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3478C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 140 -
CMYK 0 0.66 0.34 0.17
HSL 330.43º 0.61% 0.55% -
HSV(B) 330.43º 0.66% 0.83% -
XYZ 33.85 20.25 26.94 -
YUV 120.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 211 71 140 0 0.66 0.34 0.17 330.43 0.61 0.55
Hex D3 47 8C 0 42 22 11 14A 3D 37
Octal 323 107 214 0 102 42 21 512 75 67
Binary 11010011 1000111 10001100 0 1000010 100010 10001 101001010 111101 110111

Color Harmonies of #D3478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3478C

Black with #D3478C

Text Example


Text Example

White with #D3478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3478C; }

 p { color: rgb(211,71,140); }

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

background-color css

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

 a { background-color: rgb(211,71,140); }

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

border-color css

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

 span { border-color: rgb(211,71,140); }

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