Html Css Color HEX #D5479D Mulberry

📋 copy color: '#D5479D'

red 213 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #D5479D

Tints of Mulberry #D5479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 48.3%
G = 16.1%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5479D (or 0xD5479D) is known color: Mulberry. HEX triplet: D5, 47 and 9D. RGB value is (213,71,157). Sum of RGB (Red+Green+Blue) = 213+71+157=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5479D is #2AB862. Grayscale: #7B7B7B. Windows color (decimal): -2799715 or 10307541. OLE color: 10307541.

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

Color convert

RGB 213 71 157 -
CMYK 0 0.67 0.26 0.16
HSL 323.66º 0.63% 0.56% -
HSV(B) 323.66º 0.67% 0.84% -
XYZ 35.78 21.09 34.08 -
YUV 123.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 213 71 157 0 0.67 0.26 0.16 323.66 0.63 0.56
Hex D5 47 9D 0 43 1A 10 144 3F 38
Octal 325 107 235 0 103 32 20 504 77 70
Binary 11010101 1000111 10011101 0 1000011 11010 10000 101000100 111111 111000

Color Harmonies of #D5479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5479D

Black with #D5479D

Text Example


Text Example

White with #D5479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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