Html Css Color HEX #D54994 Mulberry

📋 copy color: '#D54994'

red 213 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #D54994

Tints of Mulberry #D54994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.82%

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 49.08%
G = 16.82%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54994 (or 0xD54994) is known color: Mulberry. HEX triplet: D5, 49 and 94. RGB value is (213,73,148). Sum of RGB (Red+Green+Blue) = 213+73+148=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D54994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54994 is #2AB66B. Grayscale: #7B7B7B. Windows color (decimal): -2799212 or 9718229. OLE color: 9718229.

HSL color Cylindrical-coordinate representation of color #D54994: hue angle of 327.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54994 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 148 -
CMYK 0 0.66 0.31 0.16
HSL 327.86º 0.63% 0.56% -
HSV(B) 327.86º 0.66% 0.84% -
XYZ 35.17 21.05 30.23 -
YUV 123.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 213 73 148 0 0.66 0.31 0.16 327.86 0.63 0.56
Hex D5 49 94 0 42 1F 10 148 3E 38
Octal 325 111 224 0 102 37 20 510 76 70
Binary 11010101 1001001 10010100 0 1000010 11111 10000 101001000 111110 111000

Color Harmonies of #D54994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54994

Black with #D54994

Text Example


Text Example

White with #D54994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54994; }

 p { color: rgb(213,73,148); }

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

background-color css

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

 a { background-color: rgb(213,73,148); }

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

border-color css

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

 span { border-color: rgb(213,73,148); }

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