Html Css Color HEX #D555A0 Mulberry

📋 copy color: '#D555A0'

red 213 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #D555A0

Tints of Mulberry #D555A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.56%

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

R = 46.51%
G = 18.56%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D555A0 (or 0xD555A0) is known color: Mulberry. HEX triplet: D5, 55 and A0. RGB value is (213,85,160). Sum of RGB (Red+Green+Blue) = 213+85+160=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D555A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D555A0 is #2AAA5F. Grayscale: #838383. Windows color (decimal): -2796128 or 10507733. OLE color: 10507733.

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

Color convert

RGB 213 85 160 -
CMYK 0 0.60 0.25 0.16
HSL 324.84º 0.6% 0.58% -
HSV(B) 324.84º 0.6% 0.84% -
XYZ 37.03 23.18 35.78 -
YUV 131.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 213 85 160 0 0.60 0.25 0.16 324.84 0.6 0.58
Hex D5 55 A0 0 3C 19 10 145 3C 3A
Octal 325 125 240 0 74 31 20 505 74 72
Binary 11010101 1010101 10100000 0 111100 11001 10000 101000101 111100 111010

Color Harmonies of #D555A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555A0

Black with #D555A0

Text Example


Text Example

White with #D555A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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