Html Css Color HEX #D54D89 Mulberry

📋 copy color: '#D54D89'

red 213 ◦ green 77 ◦ blue 137

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

Shades of Mulberry #D54D89

Tints of Mulberry #D54D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.08%

R = 49.88%
G = 18.03%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D54D89 (or 0xD54D89) is known color: Mulberry. HEX triplet: D5, 4D and 89. RGB value is (213,77,137). Sum of RGB (Red+Green+Blue) = 213+77+137=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D89 is #2AB276. Grayscale: #7C7C7C. Windows color (decimal): -2798199 or 8998357. OLE color: 8998357.

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

Color convert

RGB 213 77 137 -
CMYK 0 0.64 0.36 0.16
HSL 333.53º 0.62% 0.57% -
HSV(B) 333.53º 0.64% 0.84% -
XYZ 34.61 21.26 25.95 -
YUV 124.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 213 77 137 0 0.64 0.36 0.16 333.53 0.62 0.57
Hex D5 4D 89 0 40 24 10 14E 3E 39
Octal 325 115 211 0 100 44 20 516 76 71
Binary 11010101 1001101 10001001 0 1000000 100100 10000 101001110 111110 111001

Color Harmonies of #D54D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D89

Black with #D54D89

Text Example


Text Example

White with #D54D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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