Html Css Color HEX #D5478C Mulberry

📋 copy color: '#D5478C'

red 213 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #D5478C

Tints of Mulberry #D5478C

RGB

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

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

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

R = 50.24%
G = 16.75%
B = 33.02%

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

#D5478C (or 0xD5478C) is known color: Mulberry. HEX triplet: D5, 47 and 8C. RGB value is (213,71,140). Sum of RGB (Red+Green+Blue) = 213+71+140=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5478C is #2AB873. Grayscale: #797979. Windows color (decimal): -2799732 or 9193429. OLE color: 9193429.

HSL color Cylindrical-coordinate representation of color #D5478C: hue angle of 330.85º 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 #D5478C is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 140 -
CMYK 0 0.67 0.34 0.16
HSL 330.85º 0.63% 0.56% -
HSV(B) 330.85º 0.67% 0.84% -
XYZ 34.43 20.55 26.96 -
YUV 121.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 213 71 140 0 0.67 0.34 0.16 330.85 0.63 0.56
Hex D5 47 8C 0 43 22 10 14B 3F 38
Octal 325 107 214 0 103 42 20 513 77 70
Binary 11010101 1000111 10001100 0 1000011 100010 10000 101001011 111111 111000

Color Harmonies of #D5478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5478C

Black with #D5478C

Text Example


Text Example

White with #D5478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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