Html Css Color HEX #D54C9F Mulberry

📋 copy color: '#D54C9F'

red 213 ◦ green 76 ◦ blue 159

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

Shades of Mulberry #D54C9F

Tints of Mulberry #D54C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 47.54%
G = 16.96%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D54C9F (or 0xD54C9F) is known color: Mulberry. HEX triplet: D5, 4C and 9F. RGB value is (213,76,159). Sum of RGB (Red+Green+Blue) = 213+76+159=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C9F is #2AB360. Grayscale: #7E7E7E. Windows color (decimal): -2798433 or 10439893. OLE color: 10439893.

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

Color convert

RGB 213 76 159 -
CMYK 0 0.64 0.25 0.16
HSL 323.65º 0.62% 0.57% -
HSV(B) 323.65º 0.64% 0.84% -
XYZ 36.28 21.82 35.1 -
YUV 126.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 213 76 159 0 0.64 0.25 0.16 323.65 0.62 0.57
Hex D5 4C 9F 0 40 19 10 144 3E 39
Octal 325 114 237 0 100 31 20 504 76 71
Binary 11010101 1001100 10011111 0 1000000 11001 10000 101000100 111110 111001

Color Harmonies of #D54C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C9F

Black with #D54C9F

Text Example


Text Example

White with #D54C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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