Html Css Color HEX #D557A2 Mulberry

📋 copy color: '#D557A2'

red 213 ◦ green 87 ◦ blue 162

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

Shades of Mulberry #D557A2

Tints of Mulberry #D557A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 46.1%
G = 18.83%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D557A2 (or 0xD557A2) is known color: Mulberry. HEX triplet: D5, 57 and A2. RGB value is (213,87,162). Sum of RGB (Red+Green+Blue) = 213+87+162=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D557A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D557A2 is #2AA85D. Grayscale: #858585. Windows color (decimal): -2795614 or 10639317. OLE color: 10639317.

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

Color convert

RGB 213 87 162 -
CMYK 0 0.59 0.24 0.16
HSL 324.29º 0.6% 0.59% -
HSV(B) 324.29º 0.59% 0.84% -
XYZ 37.37 23.57 36.76 -
YUV 133.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 213 87 162 0 0.59 0.24 0.16 324.29 0.6 0.59
Hex D5 57 A2 0 3B 18 10 144 3C 3B
Octal 325 127 242 0 73 30 20 504 74 73
Binary 11010101 1010111 10100010 0 111011 11000 10000 101000100 111100 111011

Color Harmonies of #D557A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557A2

Black with #D557A2

Text Example


Text Example

White with #D557A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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