Html Css Color HEX #D54790 Mulberry

📋 copy color: '#D54790'

red 213 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #D54790

Tints of Mulberry #D54790

RGB

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

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

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

R = 49.77%
G = 16.59%
B = 33.64%

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

#D54790 (or 0xD54790) is known color: Mulberry. HEX triplet: D5, 47 and 90. RGB value is (213,71,144). Sum of RGB (Red+Green+Blue) = 213+71+144=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54790 is #2AB86F. Grayscale: #797979. Windows color (decimal): -2799728 or 9455573. OLE color: 9455573.

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

Color convert

RGB 213 71 144 -
CMYK 0 0.67 0.32 0.16
HSL 329.15º 0.63% 0.56% -
HSV(B) 329.15º 0.67% 0.84% -
XYZ 34.73 20.67 28.54 -
YUV 121.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 213 71 144 0 0.67 0.32 0.16 329.15 0.63 0.56
Hex D5 47 90 0 43 20 10 149 3F 38
Octal 325 107 220 0 103 40 20 511 77 70
Binary 11010101 1000111 10010000 0 1000011 100000 10000 101001001 111111 111000

Color Harmonies of #D54790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54790

Black with #D54790

Text Example


Text Example

White with #D54790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54790; }

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

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

background-color css

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

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

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

border-color css

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

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

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