Html Css Color HEX #D553AA Mulberry

📋 copy color: '#D553AA'

red 213 ◦ green 83 ◦ blue 170

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

Shades of Mulberry #D553AA

Tints of Mulberry #D553AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.81%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 45.71%
G = 17.81%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D553AA (or 0xD553AA) is known color: Mulberry. HEX triplet: D5, 53 and AA. RGB value is (213,83,170). Sum of RGB (Red+Green+Blue) = 213+83+170=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D553AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D553AA is #2AAC55. Grayscale: #838383. Windows color (decimal): -2796630 or 11162581. OLE color: 11162581.

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

Color convert

RGB 213 83 170 -
CMYK 0 0.61 0.20 0.16
HSL 319.85º 0.61% 0.58% -
HSV(B) 319.85º 0.61% 0.84% -
XYZ 37.79 23.23 40.52 -
YUV 131.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 213 83 170 0 0.61 0.20 0.16 319.85 0.61 0.58
Hex D5 53 AA 0 3D 14 10 140 3D 3A
Octal 325 123 252 0 75 24 20 500 75 72
Binary 11010101 1010011 10101010 0 111101 10100 10000 101000000 111101 111010

Color Harmonies of #D553AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553AA

Black with #D553AA

Text Example


Text Example

White with #D553AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553AA; }

 p { color: rgb(213,83,170); }

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

background-color css

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

 a { background-color: rgb(213,83,170); }

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

border-color css

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

 span { border-color: rgb(213,83,170); }

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