Html Css Color HEX #D54C90 Mulberry

📋 copy color: '#D54C90'

red 213 ◦ green 76 ◦ blue 144

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

Shades of Mulberry #D54C90

Tints of Mulberry #D54C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 49.19%
G = 17.55%
B = 33.26%

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

#D54C90 (or 0xD54C90) is known color: Mulberry. HEX triplet: D5, 4C and 90. RGB value is (213,76,144). Sum of RGB (Red+Green+Blue) = 213+76+144=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C90 is #2AB36F. Grayscale: #7C7C7C. Windows color (decimal): -2798448 or 9456853. OLE color: 9456853.

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

Color convert

RGB 213 76 144 -
CMYK 0 0.64 0.32 0.16
HSL 330.22º 0.62% 0.57% -
HSV(B) 330.22º 0.64% 0.84% -
XYZ 35.06 21.33 28.65 -
YUV 124.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 213 76 144 0 0.64 0.32 0.16 330.22 0.62 0.57
Hex D5 4C 90 0 40 20 10 14A 3E 39
Octal 325 114 220 0 100 40 20 512 76 71
Binary 11010101 1001100 10010000 0 1000000 100000 10000 101001010 111110 111001

Color Harmonies of #D54C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C90

Black with #D54C90

Text Example


Text Example

White with #D54C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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