Html Css Color HEX #D54589 Mulberry

📋 copy color: '#D54589'

red 213 ◦ green 69 ◦ blue 137

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

Shades of Mulberry #D54589

Tints of Mulberry #D54589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.47%

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

R = 50.84%
G = 16.47%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D54589 (or 0xD54589) is known color: Mulberry. HEX triplet: D5, 45 and 89. RGB value is (213,69,137). Sum of RGB (Red+Green+Blue) = 213+69+137=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D54589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54589 is #2ABA76. Grayscale: #777777. Windows color (decimal): -2800247 or 8996309. OLE color: 8996309.

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

Color convert

RGB 213 69 137 -
CMYK 0 0.68 0.36 0.16
HSL 331.67º 0.63% 0.55% -
HSV(B) 331.67º 0.68% 0.84% -
XYZ 34.08 20.21 25.77 -
YUV 119.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 213 69 137 0 0.68 0.36 0.16 331.67 0.63 0.55
Hex D5 45 89 0 44 24 10 14C 3F 37
Octal 325 105 211 0 104 44 20 514 77 67
Binary 11010101 1000101 10001001 0 1000100 100100 10000 101001100 111111 110111

Color Harmonies of #D54589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54589

Black with #D54589

Text Example


Text Example

White with #D54589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54589; }

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

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

background-color css

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

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

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

border-color css

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

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

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