Html Css Color HEX #D54D90 Mulberry

📋 copy color: '#D54D90'

red 213 ◦ green 77 ◦ blue 144

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

Shades of Mulberry #D54D90

Tints of Mulberry #D54D90

RGB

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

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

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

R = 49.08%
G = 17.74%
B = 33.18%

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

#D54D90 (or 0xD54D90) is known color: Mulberry. HEX triplet: D5, 4D and 90. RGB value is (213,77,144). Sum of RGB (Red+Green+Blue) = 213+77+144=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D90 is #2AB26F. Grayscale: #7D7D7D. Windows color (decimal): -2798192 or 9457109. OLE color: 9457109.

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

Color convert

RGB 213 77 144 -
CMYK 0 0.64 0.32 0.16
HSL 330.44º 0.62% 0.57% -
HSV(B) 330.44º 0.64% 0.84% -
XYZ 35.13 21.47 28.68 -
YUV 125.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 213 77 144 0 0.64 0.32 0.16 330.44 0.62 0.57
Hex D5 4D 90 0 40 20 10 14A 3E 39
Octal 325 115 220 0 100 40 20 512 76 71
Binary 11010101 1001101 10010000 0 1000000 100000 10000 101001010 111110 111001

Color Harmonies of #D54D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D90

Black with #D54D90

Text Example


Text Example

White with #D54D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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