Html Css Color HEX #D55189 Mulberry

📋 copy color: '#D55189'

red 213 ◦ green 81 ◦ blue 137

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

Shades of Mulberry #D55189

Tints of Mulberry #D55189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

 BLUE value IS 137 (53.91% from 255) = 31.79%

R = 49.42%
G = 18.79%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D55189 (or 0xD55189) is known color: Mulberry. HEX triplet: D5, 51 and 89. RGB value is (213,81,137). Sum of RGB (Red+Green+Blue) = 213+81+137=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55189 is #2AAE76. Grayscale: #7E7E7E. Windows color (decimal): -2797175 or 8999381. OLE color: 8999381.

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

Color convert

RGB 213 81 137 -
CMYK 0 0.62 0.36 0.16
HSL 334.55º 0.61% 0.58% -
HSV(B) 334.55º 0.62% 0.84% -
XYZ 34.9 21.84 26.04 -
YUV 126.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 213 81 137 0 0.62 0.36 0.16 334.55 0.61 0.58
Hex D5 51 89 0 3E 24 10 14F 3D 3A
Octal 325 121 211 0 76 44 20 517 75 72
Binary 11010101 1010001 10001001 0 111110 100100 10000 101001111 111101 111010

Color Harmonies of #D55189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55189

Black with #D55189

Text Example


Text Example

White with #D55189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55189; }

 p { color: rgb(213,81,137); }

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

background-color css

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

 a { background-color: rgb(213,81,137); }

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

border-color css

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

 span { border-color: rgb(213,81,137); }

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