Html Css Color HEX #D550AA Mulberry

📋 copy color: '#D550AA'

red 213 ◦ green 80 ◦ blue 170

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

Shades of Mulberry #D550AA

Tints of Mulberry #D550AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 46%
G = 17.28%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D550AA (or 0xD550AA) is known color: Mulberry. HEX triplet: D5, 50 and AA. RGB value is (213,80,170). Sum of RGB (Red+Green+Blue) = 213+80+170=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D550AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D550AA is #2AAF55. Grayscale: #818181. Windows color (decimal): -2797398 or 11161813. OLE color: 11161813.

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

Color convert

RGB 213 80 170 -
CMYK 0 0.62 0.20 0.16
HSL 319.4º 0.61% 0.57% -
HSV(B) 319.4º 0.62% 0.84% -
XYZ 37.56 22.79 40.45 -
YUV 130.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 213 80 170 0 0.62 0.20 0.16 319.4 0.61 0.57
Hex D5 50 AA 0 3E 14 10 13F 3D 39
Octal 325 120 252 0 76 24 20 477 75 71
Binary 11010101 1010000 10101010 0 111110 10100 10000 100111111 111101 111001

Color Harmonies of #D550AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550AA

Black with #D550AA

Text Example


Text Example

White with #D550AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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