Html Css Color HEX #D54F90 Mulberry

📋 copy color: '#D54F90'

red 213 ◦ green 79 ◦ blue 144

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

Shades of Mulberry #D54F90

Tints of Mulberry #D54F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

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

R = 48.85%
G = 18.12%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D54F90 (or 0xD54F90) is known color: Mulberry. HEX triplet: D5, 4F and 90. RGB value is (213,79,144). Sum of RGB (Red+Green+Blue) = 213+79+144=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F90 is #2AB06F. Grayscale: #7E7E7E. Windows color (decimal): -2797680 or 9457621. OLE color: 9457621.

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

Color convert

RGB 213 79 144 -
CMYK 0 0.63 0.32 0.16
HSL 330.9º 0.61% 0.57% -
HSV(B) 330.9º 0.63% 0.84% -
XYZ 35.27 21.75 28.73 -
YUV 126.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 213 79 144 0 0.63 0.32 0.16 330.9 0.61 0.57
Hex D5 4F 90 0 3F 20 10 14B 3D 39
Octal 325 117 220 0 77 40 20 513 75 71
Binary 11010101 1001111 10010000 0 111111 100000 10000 101001011 111101 111001

Color Harmonies of #D54F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F90

Black with #D54F90

Text Example


Text Example

White with #D54F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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