Html Css Color HEX #D54C93 Mulberry

📋 copy color: '#D54C93'

red 213 ◦ green 76 ◦ blue 147

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

Shades of Mulberry #D54C93

Tints of Mulberry #D54C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 48.85%
G = 17.43%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54C93 (or 0xD54C93) is known color: Mulberry. HEX triplet: D5, 4C and 93. RGB value is (213,76,147). Sum of RGB (Red+Green+Blue) = 213+76+147=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C93 is #2AB36C. Grayscale: #7C7C7C. Windows color (decimal): -2798445 or 9653461. OLE color: 9653461.

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

Color convert

RGB 213 76 147 -
CMYK 0 0.64 0.31 0.16
HSL 328.91º 0.62% 0.57% -
HSV(B) 328.91º 0.64% 0.84% -
XYZ 35.29 21.42 29.88 -
YUV 125.06 140.39 190.73 -
System Red Green Blue C M Y K H S L
Decimal 213 76 147 0 0.64 0.31 0.16 328.91 0.62 0.57
Hex D5 4C 93 0 40 1F 10 149 3E 39
Octal 325 114 223 0 100 37 20 511 76 71
Binary 11010101 1001100 10010011 0 1000000 11111 10000 101001001 111110 111001

Color Harmonies of #D54C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C93

Black with #D54C93

Text Example


Text Example

White with #D54C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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