Html Css Color HEX #D555A8 Mulberry

📋 copy color: '#D555A8'

red 213 ◦ green 85 ◦ blue 168

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

Shades of Mulberry #D555A8

Tints of Mulberry #D555A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 45.71%
G = 18.24%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D555A8 (or 0xD555A8) is known color: Mulberry. HEX triplet: D5, 55 and A8. RGB value is (213,85,168). Sum of RGB (Red+Green+Blue) = 213+85+168=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D555A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D555A8 is #2AAA57. Grayscale: #848484. Windows color (decimal): -2796120 or 11032021. OLE color: 11032021.

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

Color convert

RGB 213 85 168 -
CMYK 0 0.60 0.21 0.16
HSL 321.09º 0.6% 0.58% -
HSV(B) 321.09º 0.6% 0.84% -
XYZ 37.76 23.47 39.59 -
YUV 132.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 213 85 168 0 0.60 0.21 0.16 321.09 0.6 0.58
Hex D5 55 A8 0 3C 15 10 141 3C 3A
Octal 325 125 250 0 74 25 20 501 74 72
Binary 11010101 1010101 10101000 0 111100 10101 10000 101000001 111100 111010

Color Harmonies of #D555A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555A8

Black with #D555A8

Text Example


Text Example

White with #D555A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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