Html Css Color HEX #D54C92 Mulberry

📋 copy color: '#D54C92'

red 213 ◦ green 76 ◦ blue 146

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

Shades of Mulberry #D54C92

Tints of Mulberry #D54C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 48.97%
G = 17.47%
B = 33.56%

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

#D54C92 (or 0xD54C92) is known color: Mulberry. HEX triplet: D5, 4C and 92. RGB value is (213,76,146). Sum of RGB (Red+Green+Blue) = 213+76+146=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C92 is #2AB36D. Grayscale: #7C7C7C. Windows color (decimal): -2798446 or 9587925. OLE color: 9587925.

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

Color convert

RGB 213 76 146 -
CMYK 0 0.64 0.31 0.16
HSL 329.34º 0.62% 0.57% -
HSV(B) 329.34º 0.64% 0.84% -
XYZ 35.21 21.39 29.47 -
YUV 124.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 213 76 146 0 0.64 0.31 0.16 329.34 0.62 0.57
Hex D5 4C 92 0 40 1F 10 149 3E 39
Octal 325 114 222 0 100 37 20 511 76 71
Binary 11010101 1001100 10010010 0 1000000 11111 10000 101001001 111110 111001

Color Harmonies of #D54C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C92

Black with #D54C92

Text Example


Text Example

White with #D54C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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