Html Css Color HEX #D557A0 Mulberry

📋 copy color: '#D557A0'

red 213 ◦ green 87 ◦ blue 160

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

Shades of Mulberry #D557A0

Tints of Mulberry #D557A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.91%

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

R = 46.3%
G = 18.91%
B = 34.78%

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

#D557A0 (or 0xD557A0) is known color: Mulberry. HEX triplet: D5, 57 and A0. RGB value is (213,87,160). Sum of RGB (Red+Green+Blue) = 213+87+160=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D557A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D557A0 is #2AA85F. Grayscale: #848484. Windows color (decimal): -2795616 or 10508245. OLE color: 10508245.

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

Color convert

RGB 213 87 160 -
CMYK 0 0.59 0.25 0.16
HSL 325.24º 0.6% 0.59% -
HSV(B) 325.24º 0.59% 0.84% -
XYZ 37.19 23.5 35.83 -
YUV 133 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 213 87 160 0 0.59 0.25 0.16 325.24 0.6 0.59
Hex D5 57 A0 0 3B 19 10 145 3C 3B
Octal 325 127 240 0 73 31 20 505 74 73
Binary 11010101 1010111 10100000 0 111011 11001 10000 101000101 111100 111011

Color Harmonies of #D557A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557A0

Black with #D557A0

Text Example


Text Example

White with #D557A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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