Html Css Color HEX #D54890 Mulberry

📋 copy color: '#D54890'

red 213 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #D54890

Tints of Mulberry #D54890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

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

R = 49.65%
G = 16.78%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D54890 (or 0xD54890) is known color: Mulberry. HEX triplet: D5, 48 and 90. RGB value is (213,72,144). Sum of RGB (Red+Green+Blue) = 213+72+144=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54890 is #2AB76F. Grayscale: #7A7A7A. Windows color (decimal): -2799472 or 9455829. OLE color: 9455829.

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

Color convert

RGB 213 72 144 -
CMYK 0 0.66 0.32 0.16
HSL 329.36º 0.63% 0.56% -
HSV(B) 329.36º 0.66% 0.84% -
XYZ 34.79 20.79 28.57 -
YUV 122.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 213 72 144 0 0.66 0.32 0.16 329.36 0.63 0.56
Hex D5 48 90 0 42 20 10 149 3F 38
Octal 325 110 220 0 102 40 20 511 77 70
Binary 11010101 1001000 10010000 0 1000010 100000 10000 101001001 111111 111000

Color Harmonies of #D54890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54890

Black with #D54890

Text Example


Text Example

White with #D54890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54890; }

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

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

background-color css

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

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

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

border-color css

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

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

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