Html Css Color HEX #D54EAC Mulberry

📋 copy color: '#D54EAC'

red 213 ◦ green 78 ◦ blue 172

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

Shades of Mulberry #D54EAC

Tints of Mulberry #D54EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 46%
G = 16.85%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D54EAC (or 0xD54EAC) is known color: Mulberry. HEX triplet: D5, 4E and AC. RGB value is (213,78,172). Sum of RGB (Red+Green+Blue) = 213+78+172=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EAC is #2AB153. Grayscale: #808080. Windows color (decimal): -2797908 or 11292373. OLE color: 11292373.

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

Color convert

RGB 213 78 172 -
CMYK 0 0.63 0.19 0.16
HSL 318.22º 0.62% 0.57% -
HSV(B) 318.22º 0.63% 0.84% -
XYZ 37.61 22.57 41.4 -
YUV 129.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 213 78 172 0 0.63 0.19 0.16 318.22 0.62 0.57
Hex D5 4E AC 0 3F 13 10 13E 3E 39
Octal 325 116 254 0 77 23 20 476 76 71
Binary 11010101 1001110 10101100 0 111111 10011 10000 100111110 111110 111001

Color Harmonies of #D54EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EAC

Black with #D54EAC

Text Example


Text Example

White with #D54EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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