Html Css Color HEX #D54F97 Mulberry

📋 copy color: '#D54F97'

red 213 ◦ green 79 ◦ blue 151

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

Shades of Mulberry #D54F97

Tints of Mulberry #D54F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.09%

R = 48.08%
G = 17.83%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54F97 (or 0xD54F97) is known color: Mulberry. HEX triplet: D5, 4F and 97. RGB value is (213,79,151). Sum of RGB (Red+Green+Blue) = 213+79+151=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F97 is #2AB068. Grayscale: #7F7F7F. Windows color (decimal): -2797673 or 9916373. OLE color: 9916373.

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

Color convert

RGB 213 79 151 -
CMYK 0 0.63 0.29 0.16
HSL 327.76º 0.61% 0.57% -
HSV(B) 327.76º 0.63% 0.84% -
XYZ 35.82 21.97 31.63 -
YUV 127.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 213 79 151 0 0.63 0.29 0.16 327.76 0.61 0.57
Hex D5 4F 97 0 3F 1D 10 148 3D 39
Octal 325 117 227 0 77 35 20 510 75 71
Binary 11010101 1001111 10010111 0 111111 11101 10000 101001000 111101 111001

Color Harmonies of #D54F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F97

Black with #D54F97

Text Example


Text Example

White with #D54F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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