Html Css Color HEX #D555A2 Mulberry

📋 copy color: '#D555A2'

red 213 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #D555A2

Tints of Mulberry #D555A2

RGB

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

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

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

R = 46.3%
G = 18.48%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D555A2 (or 0xD555A2) is known color: Mulberry. HEX triplet: D5, 55 and A2. RGB value is (213,85,162). Sum of RGB (Red+Green+Blue) = 213+85+162=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D555A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D555A2 is #2AAA5D. Grayscale: #838383. Windows color (decimal): -2796126 or 10638805. OLE color: 10638805.

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

Color convert

RGB 213 85 162 -
CMYK 0 0.60 0.24 0.16
HSL 323.91º 0.6% 0.58% -
HSV(B) 323.91º 0.6% 0.84% -
XYZ 37.21 23.25 36.71 -
YUV 132.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 213 85 162 0 0.60 0.24 0.16 323.91 0.6 0.58
Hex D5 55 A2 0 3C 18 10 144 3C 3A
Octal 325 125 242 0 74 30 20 504 74 72
Binary 11010101 1010101 10100010 0 111100 11000 10000 101000100 111100 111010

Color Harmonies of #D555A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555A2

Black with #D555A2

Text Example


Text Example

White with #D555A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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