Html Css Color HEX #D558A0 Mulberry

📋 copy color: '#D558A0'

red 213 ◦ green 88 ◦ blue 160

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

Shades of Mulberry #D558A0

Tints of Mulberry #D558A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 46.2%
G = 19.09%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D558A0 (or 0xD558A0) is known color: Mulberry. HEX triplet: D5, 58 and A0. RGB value is (213,88,160). Sum of RGB (Red+Green+Blue) = 213+88+160=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D558A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D558A0 is #2AA75F. Grayscale: #858585. Windows color (decimal): -2795360 or 10508501. OLE color: 10508501.

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

Color convert

RGB 213 88 160 -
CMYK 0 0.59 0.25 0.16
HSL 325.44º 0.6% 0.59% -
HSV(B) 325.44º 0.59% 0.84% -
XYZ 37.28 23.66 35.86 -
YUV 133.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 213 88 160 0 0.59 0.25 0.16 325.44 0.6 0.59
Hex D5 58 A0 0 3B 19 10 145 3C 3B
Octal 325 130 240 0 73 31 20 505 74 73
Binary 11010101 1011000 10100000 0 111011 11001 10000 101000101 111100 111011

Color Harmonies of #D558A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558A0

Black with #D558A0

Text Example


Text Example

White with #D558A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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