Html Css Color HEX #D5479A Mulberry

📋 copy color: '#D5479A'

red 213 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #D5479A

Tints of Mulberry #D5479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.16%

R = 48.63%
G = 16.21%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5479A (or 0xD5479A) is known color: Mulberry. HEX triplet: D5, 47 and 9A. RGB value is (213,71,154). Sum of RGB (Red+Green+Blue) = 213+71+154=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5479A is #2AB865. Grayscale: #7A7A7A. Windows color (decimal): -2799718 or 10110933. OLE color: 10110933.

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

Color convert

RGB 213 71 154 -
CMYK 0 0.67 0.28 0.16
HSL 324.93º 0.63% 0.56% -
HSV(B) 324.93º 0.67% 0.84% -
XYZ 35.53 20.99 32.75 -
YUV 122.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 213 71 154 0 0.67 0.28 0.16 324.93 0.63 0.56
Hex D5 47 9A 0 43 1C 10 145 3F 38
Octal 325 107 232 0 103 34 20 505 77 70
Binary 11010101 1000111 10011010 0 1000011 11100 10000 101000101 111111 111000

Color Harmonies of #D5479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5479A

Black with #D5479A

Text Example


Text Example

White with #D5479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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