Html Css Color HEX #D54D8F Mulberry

📋 copy color: '#D54D8F'

red 213 ◦ green 77 ◦ blue 143

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

Shades of Mulberry #D54D8F

Tints of Mulberry #D54D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 49.19%
G = 17.78%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D54D8F (or 0xD54D8F) is known color: Mulberry. HEX triplet: D5, 4D and 8F. RGB value is (213,77,143). Sum of RGB (Red+Green+Blue) = 213+77+143=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D8F is #2AB270. Grayscale: #7D7D7D. Windows color (decimal): -2798193 or 9391573. OLE color: 9391573.

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

Color convert

RGB 213 77 143 -
CMYK 0 0.64 0.33 0.16
HSL 330.88º 0.62% 0.57% -
HSV(B) 330.88º 0.64% 0.84% -
XYZ 35.05 21.44 28.28 -
YUV 125.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 213 77 143 0 0.64 0.33 0.16 330.88 0.62 0.57
Hex D5 4D 8F 0 40 21 10 14B 3E 39
Octal 325 115 217 0 100 41 20 513 76 71
Binary 11010101 1001101 10001111 0 1000000 100001 10000 101001011 111110 111001

Color Harmonies of #D54D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D8F

Black with #D54D8F

Text Example


Text Example

White with #D54D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D8F; }

 p { color: rgb(213,77,143); }

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

background-color css

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

 a { background-color: rgb(213,77,143); }

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

border-color css

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

 span { border-color: rgb(213,77,143); }

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