Html Css Color HEX #D5478D Mulberry

📋 copy color: '#D5478D'

red 213 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #D5478D

Tints of Mulberry #D5478D

RGB

 RED value IS 213 (83.59% from 255) = 50.12%

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 50.12%
G = 16.71%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5478D (or 0xD5478D) is known color: Mulberry. HEX triplet: D5, 47 and 8D. RGB value is (213,71,141). Sum of RGB (Red+Green+Blue) = 213+71+141=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5478D is #2AB872. Grayscale: #797979. Windows color (decimal): -2799731 or 9258965. OLE color: 9258965.

HSL color Cylindrical-coordinate representation of color #D5478D: hue angle of 330.42º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5478D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 141 -
CMYK 0 0.67 0.34 0.16
HSL 330.42º 0.63% 0.56% -
HSV(B) 330.42º 0.67% 0.84% -
XYZ 34.5 20.58 27.35 -
YUV 121.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 213 71 141 0 0.67 0.34 0.16 330.42 0.63 0.56
Hex D5 47 8D 0 43 22 10 14A 3F 38
Octal 325 107 215 0 103 42 20 512 77 70
Binary 11010101 1000111 10001101 0 1000011 100010 10000 101001010 111111 111000

Color Harmonies of #D5478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5478D

Black with #D5478D

Text Example


Text Example

White with #D5478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5478D; }

 p { color: rgb(213,71,141); }

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

background-color css

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

 a { background-color: rgb(213,71,141); }

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

border-color css

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

 span { border-color: rgb(213,71,141); }

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