Html Css Color HEX #D55499 Mulberry

📋 copy color: '#D55499'

red 213 ◦ green 84 ◦ blue 153

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

Shades of Mulberry #D55499

Tints of Mulberry #D55499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

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

R = 47.33%
G = 18.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D55499 (or 0xD55499) is known color: Mulberry. HEX triplet: D5, 54 and 99. RGB value is (213,84,153). Sum of RGB (Red+Green+Blue) = 213+84+153=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D55499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55499 is #2AAB66. Grayscale: #828282. Windows color (decimal): -2796391 or 10048725. OLE color: 10048725.

HSL color Cylindrical-coordinate representation of color #D55499: hue angle of 327.91º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55499 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 153 -
CMYK 0 0.61 0.28 0.16
HSL 327.91º 0.61% 0.58% -
HSV(B) 327.91º 0.61% 0.84% -
XYZ 36.36 22.79 32.62 -
YUV 130.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 213 84 153 0 0.61 0.28 0.16 327.91 0.61 0.58
Hex D5 54 99 0 3D 1C 10 148 3D 3A
Octal 325 124 231 0 75 34 20 510 75 72
Binary 11010101 1010100 10011001 0 111101 11100 10000 101001000 111101 111010

Color Harmonies of #D55499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55499

Black with #D55499

Text Example


Text Example

White with #D55499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55499; }

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

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

background-color css

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

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

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

border-color css

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

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

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