Html Css Color HEX #D55089 Mulberry

📋 copy color: '#D55089'

red 213 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #D55089

Tints of Mulberry #D55089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 49.53%
G = 18.6%
B = 31.86%

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

#D55089 (or 0xD55089) is known color: Mulberry. HEX triplet: D5, 50 and 89. RGB value is (213,80,137). Sum of RGB (Red+Green+Blue) = 213+80+137=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D55089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55089 is #2AAF76. Grayscale: #7E7E7E. Windows color (decimal): -2797431 or 8999125. OLE color: 8999125.

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

Color convert

RGB 213 80 137 -
CMYK 0 0.62 0.36 0.16
HSL 334.29º 0.61% 0.57% -
HSV(B) 334.29º 0.62% 0.84% -
XYZ 34.82 21.69 26.02 -
YUV 126.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 213 80 137 0 0.62 0.36 0.16 334.29 0.61 0.57
Hex D5 50 89 0 3E 24 10 14E 3D 39
Octal 325 120 211 0 76 44 20 516 75 71
Binary 11010101 1010000 10001001 0 111110 100100 10000 101001110 111101 111001

Color Harmonies of #D55089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55089

Black with #D55089

Text Example


Text Example

White with #D55089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55089; }

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

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

background-color css

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

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

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

border-color css

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

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

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