Html Css Color HEX #D54E8D Mulberry

📋 copy color: '#D54E8D'

red 213 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #D54E8D

Tints of Mulberry #D54E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 49.31%
G = 18.06%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D54E8D (or 0xD54E8D) is known color: Mulberry. HEX triplet: D5, 4E and 8D. RGB value is (213,78,141). Sum of RGB (Red+Green+Blue) = 213+78+141=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E8D is #2AB172. Grayscale: #7D7D7D. Windows color (decimal): -2797939 or 9260757. OLE color: 9260757.

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

Color convert

RGB 213 78 141 -
CMYK 0 0.63 0.34 0.16
HSL 332º 0.62% 0.57% -
HSV(B) 332º 0.63% 0.84% -
XYZ 34.97 21.52 27.51 -
YUV 125.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 213 78 141 0 0.63 0.34 0.16 332 0.62 0.57
Hex D5 4E 8D 0 3F 22 10 14C 3E 39
Octal 325 116 215 0 77 42 20 514 76 71
Binary 11010101 1001110 10001101 0 111111 100010 10000 101001100 111110 111001

Color Harmonies of #D54E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E8D

Black with #D54E8D

Text Example


Text Example

White with #D54E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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