Html Css Color HEX #D558AA Mulberry

📋 copy color: '#D558AA'

red 213 ◦ green 88 ◦ blue 170

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

Shades of Mulberry #D558AA

Tints of Mulberry #D558AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.68%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 45.22%
G = 18.68%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D558AA (or 0xD558AA) is known color: Mulberry. HEX triplet: D5, 58 and AA. RGB value is (213,88,170). Sum of RGB (Red+Green+Blue) = 213+88+170=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D558AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D558AA is #2AA755. Grayscale: #868686. Windows color (decimal): -2795350 or 11163861. OLE color: 11163861.

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

Color convert

RGB 213 88 170 -
CMYK 0 0.59 0.20 0.16
HSL 320.64º 0.6% 0.59% -
HSV(B) 320.64º 0.59% 0.84% -
XYZ 38.19 24.03 40.66 -
YUV 134.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 213 88 170 0 0.59 0.20 0.16 320.64 0.6 0.59
Hex D5 58 AA 0 3B 14 10 141 3C 3B
Octal 325 130 252 0 73 24 20 501 74 73
Binary 11010101 1011000 10101010 0 111011 10100 10000 101000001 111100 111011

Color Harmonies of #D558AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558AA

Black with #D558AA

Text Example


Text Example

White with #D558AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558AA; }

 p { color: rgb(213,88,170); }

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

background-color css

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

 a { background-color: rgb(213,88,170); }

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

border-color css

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

 span { border-color: rgb(213,88,170); }

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