Html Css Color HEX #D54999 Mulberry

📋 copy color: '#D54999'

red 213 ◦ green 73 ◦ blue 153

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

Shades of Mulberry #D54999

Tints of Mulberry #D54999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 48.52%
G = 16.63%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D54999 (or 0xD54999) is known color: Mulberry. HEX triplet: D5, 49 and 99. RGB value is (213,73,153). Sum of RGB (Red+Green+Blue) = 213+73+153=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D54999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54999 is #2AB666. Grayscale: #7B7B7B. Windows color (decimal): -2799207 or 10045909. OLE color: 10045909.

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

Color convert

RGB 213 73 153 -
CMYK 0 0.66 0.28 0.16
HSL 325.71º 0.63% 0.56% -
HSV(B) 325.71º 0.66% 0.84% -
XYZ 35.57 21.21 32.36 -
YUV 123.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 213 73 153 0 0.66 0.28 0.16 325.71 0.63 0.56
Hex D5 49 99 0 42 1C 10 146 3E 38
Octal 325 111 231 0 102 34 20 506 76 70
Binary 11010101 1001001 10011001 0 1000010 11100 10000 101000110 111110 111000

Color Harmonies of #D54999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54999

Black with #D54999

Text Example


Text Example

White with #D54999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54999; }

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

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

background-color css

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

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

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

border-color css

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

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

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