Html Css Color HEX #D54986 Mulberry

📋 copy color: '#D54986'

red 213 ◦ green 73 ◦ blue 134

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

Shades of Mulberry #D54986

Tints of Mulberry #D54986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

 BLUE value IS 134 (52.73% from 255) = 31.9%

R = 50.71%
G = 17.38%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D54986 (or 0xD54986) is known color: Mulberry. HEX triplet: D5, 49 and 86. RGB value is (213,73,134). Sum of RGB (Red+Green+Blue) = 213+73+134=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D54986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54986 is #2AB679. Grayscale: #797979. Windows color (decimal): -2799226 or 8800725. OLE color: 8800725.

HSL color Cylindrical-coordinate representation of color #D54986: hue angle of 333.86º degrees, saturation: 0.62, 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 #D54986 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 134 -
CMYK 0 0.66 0.37 0.16
HSL 333.86º 0.63% 0.56% -
HSV(B) 333.86º 0.66% 0.84% -
XYZ 34.13 20.63 24.74 -
YUV 121.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 213 73 134 0 0.66 0.37 0.16 333.86 0.63 0.56
Hex D5 49 86 0 42 25 10 14E 3E 38
Octal 325 111 206 0 102 45 20 516 76 70
Binary 11010101 1001001 10000110 0 1000010 100101 10000 101001110 111110 111000

Color Harmonies of #D54986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54986

Black with #D54986

Text Example


Text Example

White with #D54986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54986; }

 p { color: rgb(213,73,134); }

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

background-color css

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

 a { background-color: rgb(213,73,134); }

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

border-color css

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

 span { border-color: rgb(213,73,134); }

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