Html Css Color HEX #D54E93 Mulberry

📋 copy color: '#D54E93'

red 213 ◦ green 78 ◦ blue 147

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

Shades of Mulberry #D54E93

Tints of Mulberry #D54E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 48.63%
G = 17.81%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54E93 (or 0xD54E93) is known color: Mulberry. HEX triplet: D5, 4E and 93. RGB value is (213,78,147). Sum of RGB (Red+Green+Blue) = 213+78+147=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E93 is #2AB16C. Grayscale: #7E7E7E. Windows color (decimal): -2797933 or 9653973. OLE color: 9653973.

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

Color convert

RGB 213 78 147 -
CMYK 0 0.63 0.31 0.16
HSL 329.33º 0.62% 0.57% -
HSV(B) 329.33º 0.63% 0.84% -
XYZ 35.43 21.7 29.93 -
YUV 126.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 213 78 147 0 0.63 0.31 0.16 329.33 0.62 0.57
Hex D5 4E 93 0 3F 1F 10 149 3E 39
Octal 325 116 223 0 77 37 20 511 76 71
Binary 11010101 1001110 10010011 0 111111 11111 10000 101001001 111110 111001

Color Harmonies of #D54E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E93

Black with #D54E93

Text Example


Text Example

White with #D54E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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