Html Css Color HEX #D54C9C Mulberry

📋 copy color: '#D54C9C'

red 213 ◦ green 76 ◦ blue 156

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

Shades of Mulberry #D54C9C

Tints of Mulberry #D54C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 47.87%
G = 17.08%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D54C9C (or 0xD54C9C) is known color: Mulberry. HEX triplet: D5, 4C and 9C. RGB value is (213,76,156). Sum of RGB (Red+Green+Blue) = 213+76+156=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C9C is #2AB363. Grayscale: #7D7D7D. Windows color (decimal): -2798436 or 10243285. OLE color: 10243285.

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

Color convert

RGB 213 76 156 -
CMYK 0 0.64 0.27 0.16
HSL 324.96º 0.62% 0.57% -
HSV(B) 324.96º 0.64% 0.84% -
XYZ 36.03 21.72 33.75 -
YUV 126.08 144.89 190 -
System Red Green Blue C M Y K H S L
Decimal 213 76 156 0 0.64 0.27 0.16 324.96 0.62 0.57
Hex D5 4C 9C 0 40 1B 10 145 3E 39
Octal 325 114 234 0 100 33 20 505 76 71
Binary 11010101 1001100 10011100 0 1000000 11011 10000 101000101 111110 111001

Color Harmonies of #D54C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C9C

Black with #D54C9C

Text Example


Text Example

White with #D54C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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