Html Css Color HEX #D54EAA Mulberry

📋 copy color: '#D54EAA'

red 213 ◦ green 78 ◦ blue 170

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

Shades of Mulberry #D54EAA

Tints of Mulberry #D54EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 46.2%
G = 16.92%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D54EAA (or 0xD54EAA) is known color: Mulberry. HEX triplet: D5, 4E and AA. RGB value is (213,78,170). Sum of RGB (Red+Green+Blue) = 213+78+170=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EAA is #2AB155. Grayscale: #808080. Windows color (decimal): -2797910 or 11161301. OLE color: 11161301.

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

Color convert

RGB 213 78 170 -
CMYK 0 0.63 0.20 0.16
HSL 319.11º 0.62% 0.57% -
HSV(B) 319.11º 0.63% 0.84% -
XYZ 37.42 22.5 40.4 -
YUV 128.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 213 78 170 0 0.63 0.20 0.16 319.11 0.62 0.57
Hex D5 4E AA 0 3F 14 10 13F 3E 39
Octal 325 116 252 0 77 24 20 477 76 71
Binary 11010101 1001110 10101010 0 111111 10100 10000 100111111 111110 111001

Color Harmonies of #D54EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EAA

Black with #D54EAA

Text Example


Text Example

White with #D54EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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