Html Css Color HEX #D54C91 Mulberry

📋 copy color: '#D54C91'

red 213 ◦ green 76 ◦ blue 145

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

Shades of Mulberry #D54C91

Tints of Mulberry #D54C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 49.08%
G = 17.51%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D54C91 (or 0xD54C91) is known color: Mulberry. HEX triplet: D5, 4C and 91. RGB value is (213,76,145). Sum of RGB (Red+Green+Blue) = 213+76+145=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C91 is #2AB36E. Grayscale: #7C7C7C. Windows color (decimal): -2798447 or 9522389. OLE color: 9522389.

HSL color Cylindrical-coordinate representation of color #D54C91: hue angle of 329.78º 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 #D54C91 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 76 145 -
CMYK 0 0.64 0.32 0.16
HSL 329.78º 0.62% 0.57% -
HSV(B) 329.78º 0.64% 0.84% -
XYZ 35.14 21.36 29.06 -
YUV 124.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 213 76 145 0 0.64 0.32 0.16 329.78 0.62 0.57
Hex D5 4C 91 0 40 20 10 14A 3E 39
Octal 325 114 221 0 100 40 20 512 76 71
Binary 11010101 1001100 10010001 0 1000000 100000 10000 101001010 111110 111001

Color Harmonies of #D54C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C91

Black with #D54C91

Text Example


Text Example

White with #D54C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C91; }

 p { color: rgb(213,76,145); }

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

background-color css

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

 a { background-color: rgb(213,76,145); }

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

border-color css

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

 span { border-color: rgb(213,76,145); }

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