Html Css Color HEX #D54B87 Mulberry

📋 copy color: '#D54B87'

red 213 ◦ green 75 ◦ blue 135

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

Shades of Mulberry #D54B87

Tints of Mulberry #D54B87

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

 BLUE value IS 135 (53.13% from 255) = 31.91%

R = 50.35%
G = 17.73%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D54B87 (or 0xD54B87) is known color: Mulberry. HEX triplet: D5, 4B and 87. RGB value is (213,75,135). Sum of RGB (Red+Green+Blue) = 213+75+135=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54B87 is #2AB478. Grayscale: #7B7B7B. Windows color (decimal): -2798713 or 8866773. OLE color: 8866773.

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

Color convert

RGB 213 75 135 -
CMYK 0 0.65 0.37 0.16
HSL 333.91º 0.62% 0.56% -
HSV(B) 333.91º 0.65% 0.84% -
XYZ 34.33 20.93 25.15 -
YUV 123.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 213 75 135 0 0.65 0.37 0.16 333.91 0.62 0.56
Hex D5 4B 87 0 41 25 10 14E 3E 38
Octal 325 113 207 0 101 45 20 516 76 70
Binary 11010101 1001011 10000111 0 1000001 100101 10000 101001110 111110 111000

Color Harmonies of #D54B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B87

Black with #D54B87

Text Example


Text Example

White with #D54B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B87; }

 p { color: rgb(213,75,135); }

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

background-color css

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

 a { background-color: rgb(213,75,135); }

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

border-color css

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

 span { border-color: rgb(213,75,135); }

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