Html Css Color HEX #D555AC Mulberry

📋 copy color: '#D555AC'

red 213 ◦ green 85 ◦ blue 172

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

Shades of Mulberry #D555AC

Tints of Mulberry #D555AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 45.32%
G = 18.09%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D555AC (or 0xD555AC) is known color: Mulberry. HEX triplet: D5, 55 and AC. RGB value is (213,85,172). Sum of RGB (Red+Green+Blue) = 213+85+172=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D555AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D555AC is #2AAA53. Grayscale: #848484. Windows color (decimal): -2796116 or 11294165. OLE color: 11294165.

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

Color convert

RGB 213 85 172 -
CMYK 0 0.60 0.19 0.16
HSL 319.22º 0.6% 0.58% -
HSV(B) 319.22º 0.6% 0.84% -
XYZ 38.14 23.62 41.58 -
YUV 133.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 213 85 172 0 0.60 0.19 0.16 319.22 0.6 0.58
Hex D5 55 AC 0 3C 13 10 13F 3C 3A
Octal 325 125 254 0 74 23 20 477 74 72
Binary 11010101 1010101 10101100 0 111100 10011 10000 100111111 111100 111010

Color Harmonies of #D555AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555AC

Black with #D555AC

Text Example


Text Example

White with #D555AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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