Html Css Color HEX #D54F89 Mulberry

📋 copy color: '#D54F89'

red 213 ◦ green 79 ◦ blue 137

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

Shades of Mulberry #D54F89

Tints of Mulberry #D54F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

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

R = 49.65%
G = 18.41%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D54F89 (or 0xD54F89) is known color: Mulberry. HEX triplet: D5, 4F and 89. RGB value is (213,79,137). Sum of RGB (Red+Green+Blue) = 213+79+137=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F89 is #2AB076. Grayscale: #7D7D7D. Windows color (decimal): -2797687 or 8998869. OLE color: 8998869.

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

Color convert

RGB 213 79 137 -
CMYK 0 0.63 0.36 0.16
HSL 334.03º 0.61% 0.57% -
HSV(B) 334.03º 0.63% 0.84% -
XYZ 34.75 21.54 25.99 -
YUV 125.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 213 79 137 0 0.63 0.36 0.16 334.03 0.61 0.57
Hex D5 4F 89 0 3F 24 10 14E 3D 39
Octal 325 117 211 0 77 44 20 516 75 71
Binary 11010101 1001111 10001001 0 111111 100100 10000 101001110 111101 111001

Color Harmonies of #D54F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F89

Black with #D54F89

Text Example


Text Example

White with #D54F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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