Html Css Color HEX #D54C8D Mulberry

📋 copy color: '#D54C8D'

red 213 ◦ green 76 ◦ blue 141

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

Shades of Mulberry #D54C8D

Tints of Mulberry #D54C8D

RGB

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

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

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

R = 49.53%
G = 17.67%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D54C8D (or 0xD54C8D) is known color: Mulberry. HEX triplet: D5, 4C and 8D. RGB value is (213,76,141). Sum of RGB (Red+Green+Blue) = 213+76+141=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C8D is #2AB372. Grayscale: #7C7C7C. Windows color (decimal): -2798451 or 9260245. OLE color: 9260245.

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

Color convert

RGB 213 76 141 -
CMYK 0 0.64 0.34 0.16
HSL 331.53º 0.62% 0.57% -
HSV(B) 331.53º 0.64% 0.84% -
XYZ 34.83 21.24 27.46 -
YUV 124.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 213 76 141 0 0.64 0.34 0.16 331.53 0.62 0.57
Hex D5 4C 8D 0 40 22 10 14C 3E 39
Octal 325 114 215 0 100 42 20 514 76 71
Binary 11010101 1001100 10001101 0 1000000 100010 10000 101001100 111110 111001

Color Harmonies of #D54C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C8D

Black with #D54C8D

Text Example


Text Example

White with #D54C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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