Html Css Color HEX #D555A1 Mulberry

📋 copy color: '#D555A1'

red 213 ◦ green 85 ◦ blue 161

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

Shades of Mulberry #D555A1

Tints of Mulberry #D555A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.08%

R = 46.41%
G = 18.52%
B = 35.08%

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

#D555A1 (or 0xD555A1) is known color: Mulberry. HEX triplet: D5, 55 and A1. RGB value is (213,85,161). Sum of RGB (Red+Green+Blue) = 213+85+161=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D555A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D555A1 is #2AAA5E. Grayscale: #838383. Windows color (decimal): -2796127 or 10573269. OLE color: 10573269.

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

Color convert

RGB 213 85 161 -
CMYK 0 0.60 0.24 0.16
HSL 324.38º 0.6% 0.58% -
HSV(B) 324.38º 0.6% 0.84% -
XYZ 37.12 23.22 36.24 -
YUV 131.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 213 85 161 0 0.60 0.24 0.16 324.38 0.6 0.58
Hex D5 55 A1 0 3C 18 10 144 3C 3A
Octal 325 125 241 0 74 30 20 504 74 72
Binary 11010101 1010101 10100001 0 111100 11000 10000 101000100 111100 111010

Color Harmonies of #D555A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555A1

Black with #D555A1

Text Example


Text Example

White with #D555A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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