Html Css Color HEX #D54C8A Mulberry

📋 copy color: '#D54C8A'

red 213 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #D54C8A

Tints of Mulberry #D54C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

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

R = 49.88%
G = 17.8%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D54C8A (or 0xD54C8A) is known color: Mulberry. HEX triplet: D5, 4C and 8A. RGB value is (213,76,138). Sum of RGB (Red+Green+Blue) = 213+76+138=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C8A is #2AB375. Grayscale: #7B7B7B. Windows color (decimal): -2798454 or 9063637. OLE color: 9063637.

HSL color Cylindrical-coordinate representation of color #D54C8A: hue angle of 332.85º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54C8A is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 76 138 -
CMYK 0 0.64 0.35 0.16
HSL 332.85º 0.62% 0.57% -
HSV(B) 332.85º 0.64% 0.84% -
XYZ 34.61 21.15 26.3 -
YUV 124.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 213 76 138 0 0.64 0.35 0.16 332.85 0.62 0.57
Hex D5 4C 8A 0 40 23 10 14D 3E 39
Octal 325 114 212 0 100 43 20 515 76 71
Binary 11010101 1001100 10001010 0 1000000 100011 10000 101001101 111110 111001

Color Harmonies of #D54C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C8A

Black with #D54C8A

Text Example


Text Example

White with #D54C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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