Html Css Color HEX #D54D9D Mulberry

📋 copy color: '#D54D9D'

red 213 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #D54D9D

Tints of Mulberry #D54D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.23%

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

R = 47.65%
G = 17.23%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D54D9D (or 0xD54D9D) is known color: Mulberry. HEX triplet: D5, 4D and 9D. RGB value is (213,77,157). Sum of RGB (Red+Green+Blue) = 213+77+157=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D9D is #2AB262. Grayscale: #7E7E7E. Windows color (decimal): -2798179 or 10309077. OLE color: 10309077.

HSL color Cylindrical-coordinate representation of color #D54D9D: hue angle of 324.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54D9D is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 77 157 -
CMYK 0 0.64 0.26 0.16
HSL 324.71º 0.62% 0.57% -
HSV(B) 324.71º 0.64% 0.84% -
XYZ 36.18 21.89 34.22 -
YUV 126.78 145.06 189.5 -
System Red Green Blue C M Y K H S L
Decimal 213 77 157 0 0.64 0.26 0.16 324.71 0.62 0.57
Hex D5 4D 9D 0 40 1A 10 145 3E 39
Octal 325 115 235 0 100 32 20 505 76 71
Binary 11010101 1001101 10011101 0 1000000 11010 10000 101000101 111110 111001

Color Harmonies of #D54D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D9D

Black with #D54D9D

Text Example


Text Example

White with #D54D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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