Html Css Color HEX #D54889 Mulberry

📋 copy color: '#D54889'

red 213 ◦ green 72 ◦ blue 137

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

Shades of Mulberry #D54889

Tints of Mulberry #D54889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 50.47%
G = 17.06%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D54889 (or 0xD54889) is known color: Mulberry. HEX triplet: D5, 48 and 89. RGB value is (213,72,137). Sum of RGB (Red+Green+Blue) = 213+72+137=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D54889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54889 is #2AB776. Grayscale: #797979. Windows color (decimal): -2799479 or 8997077. OLE color: 8997077.

HSL color Cylindrical-coordinate representation of color #D54889: hue angle of 332.34º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54889 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 137 -
CMYK 0 0.66 0.36 0.16
HSL 332.34º 0.63% 0.56% -
HSV(B) 332.34º 0.66% 0.84% -
XYZ 34.27 20.59 25.83 -
YUV 121.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 213 72 137 0 0.66 0.36 0.16 332.34 0.63 0.56
Hex D5 48 89 0 42 24 10 14C 3F 38
Octal 325 110 211 0 102 44 20 514 77 70
Binary 11010101 1001000 10001001 0 1000010 100100 10000 101001100 111111 111000

Color Harmonies of #D54889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54889

Black with #D54889

Text Example


Text Example

White with #D54889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54889; }

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

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

background-color css

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

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

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

border-color css

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

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

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