Html Css Color HEX #D54EA0 Mulberry

📋 copy color: '#D54EA0'

red 213 ◦ green 78 ◦ blue 160

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

Shades of Mulberry #D54EA0

Tints of Mulberry #D54EA0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.29%

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 47.23%
G = 17.29%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D54EA0 (or 0xD54EA0) is known color: Mulberry. HEX triplet: D5, 4E and A0. RGB value is (213,78,160). Sum of RGB (Red+Green+Blue) = 213+78+160=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EA0 is #2AB15F. Grayscale: #7F7F7F. Windows color (decimal): -2797920 or 10505941. OLE color: 10505941.

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

Color convert

RGB 213 78 160 -
CMYK 0 0.63 0.25 0.16
HSL 323.56º 0.62% 0.57% -
HSV(B) 323.56º 0.63% 0.84% -
XYZ 36.51 22.13 35.61 -
YUV 127.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 213 78 160 0 0.63 0.25 0.16 323.56 0.62 0.57
Hex D5 4E A0 0 3F 19 10 144 3E 39
Octal 325 116 240 0 77 31 20 504 76 71
Binary 11010101 1001110 10100000 0 111111 11001 10000 101000100 111110 111001

Color Harmonies of #D54EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EA0

Black with #D54EA0

Text Example


Text Example

White with #D54EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EA0; }

 p { color: rgb(213,78,160); }

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

background-color css

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

 a { background-color: rgb(213,78,160); }

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

border-color css

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

 span { border-color: rgb(213,78,160); }

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