Html Css Color HEX #D3478A Mulberry

📋 copy color: '#D3478A'

red 211 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #D3478A

Tints of Mulberry #D3478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 50.24%
G = 16.9%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3478A (or 0xD3478A) is known color: Mulberry. HEX triplet: D3, 47 and 8A. RGB value is (211,71,138). Sum of RGB (Red+Green+Blue) = 211+71+138=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3478A is #2CB875. Grayscale: #787878. Windows color (decimal): -2930806 or 9062355. OLE color: 9062355.

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

Color convert

RGB 211 71 138 -
CMYK 0 0.66 0.35 0.17
HSL 331.29º 0.61% 0.55% -
HSV(B) 331.29º 0.66% 0.83% -
XYZ 33.7 20.19 26.17 -
YUV 120.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 211 71 138 0 0.66 0.35 0.17 331.29 0.61 0.55
Hex D3 47 8A 0 42 23 11 14B 3D 37
Octal 323 107 212 0 102 43 21 513 75 67
Binary 11010011 1000111 10001010 0 1000010 100011 10001 101001011 111101 110111

Color Harmonies of #D3478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3478A

Black with #D3478A

Text Example


Text Example

White with #D3478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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