Html Css Color HEX #D54C8E Mulberry

📋 copy color: '#D54C8E'

red 213 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #D54C8E

Tints of Mulberry #D54C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 49.42%
G = 17.63%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D54C8E (or 0xD54C8E) is known color: Mulberry. HEX triplet: D5, 4C and 8E. RGB value is (213,76,142). Sum of RGB (Red+Green+Blue) = 213+76+142=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C8E is #2AB371. Grayscale: #7C7C7C. Windows color (decimal): -2798450 or 9325781. OLE color: 9325781.

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

Color convert

RGB 213 76 142 -
CMYK 0 0.64 0.33 0.16
HSL 331.09º 0.62% 0.57% -
HSV(B) 331.09º 0.64% 0.84% -
XYZ 34.91 21.27 27.86 -
YUV 124.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 213 76 142 0 0.64 0.33 0.16 331.09 0.62 0.57
Hex D5 4C 8E 0 40 21 10 14B 3E 39
Octal 325 114 216 0 100 41 20 513 76 71
Binary 11010101 1001100 10001110 0 1000000 100001 10000 101001011 111110 111001

Color Harmonies of #D54C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C8E

Black with #D54C8E

Text Example


Text Example

White with #D54C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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