Html Css Color HEX #D54E8A Mulberry

📋 copy color: '#D54E8A'

red 213 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #D54E8A

Tints of Mulberry #D54E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 49.65%
G = 18.18%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D54E8A (or 0xD54E8A) is known color: Mulberry. HEX triplet: D5, 4E and 8A. RGB value is (213,78,138). Sum of RGB (Red+Green+Blue) = 213+78+138=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E8A is #2AB175. Grayscale: #7D7D7D. Windows color (decimal): -2797942 or 9064149. OLE color: 9064149.

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

Color convert

RGB 213 78 138 -
CMYK 0 0.63 0.35 0.16
HSL 333.33º 0.62% 0.57% -
HSV(B) 333.33º 0.63% 0.84% -
XYZ 34.75 21.43 26.35 -
YUV 125.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 213 78 138 0 0.63 0.35 0.16 333.33 0.62 0.57
Hex D5 4E 8A 0 3F 23 10 14D 3E 39
Octal 325 116 212 0 77 43 20 515 76 71
Binary 11010101 1001110 10001010 0 111111 100011 10000 101001101 111110 111001

Color Harmonies of #D54E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E8A

Black with #D54E8A

Text Example


Text Example

White with #D54E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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