Html Css Color HEX #D54791 Mulberry

📋 copy color: '#D54791'

red 213 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #D54791

Tints of Mulberry #D54791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.55%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 49.65%
G = 16.55%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D54791 (or 0xD54791) is known color: Mulberry. HEX triplet: D5, 47 and 91. RGB value is (213,71,145). Sum of RGB (Red+Green+Blue) = 213+71+145=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54791 is #2AB86E. Grayscale: #797979. Windows color (decimal): -2799727 or 9521109. OLE color: 9521109.

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

Color convert

RGB 213 71 145 -
CMYK 0 0.67 0.32 0.16
HSL 328.73º 0.63% 0.56% -
HSV(B) 328.73º 0.67% 0.84% -
XYZ 34.8 20.7 28.95 -
YUV 121.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 213 71 145 0 0.67 0.32 0.16 328.73 0.63 0.56
Hex D5 47 91 0 43 20 10 149 3F 38
Octal 325 107 221 0 103 40 20 511 77 70
Binary 11010101 1000111 10010001 0 1000011 100000 10000 101001001 111111 111000

Color Harmonies of #D54791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54791

Black with #D54791

Text Example


Text Example

White with #D54791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54791; }

 p { color: rgb(213,71,145); }

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

background-color css

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

 a { background-color: rgb(213,71,145); }

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

border-color css

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

 span { border-color: rgb(213,71,145); }

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