Html Css Color HEX #D554AA Mulberry

📋 copy color: '#D554AA'

red 213 ◦ green 84 ◦ blue 170

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

Shades of Mulberry #D554AA

Tints of Mulberry #D554AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.99%

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

R = 45.61%
G = 17.99%
B = 36.4%

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

#D554AA (or 0xD554AA) is known color: Mulberry. HEX triplet: D5, 54 and AA. RGB value is (213,84,170). Sum of RGB (Red+Green+Blue) = 213+84+170=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D554AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D554AA is #2AAB55. Grayscale: #848484. Windows color (decimal): -2796374 or 11162837. OLE color: 11162837.

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

Color convert

RGB 213 84 170 -
CMYK 0 0.61 0.20 0.16
HSL 320º 0.61% 0.58% -
HSV(B) 320º 0.61% 0.84% -
XYZ 37.87 23.39 40.55 -
YUV 132.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 213 84 170 0 0.61 0.20 0.16 320 0.61 0.58
Hex D5 54 AA 0 3D 14 10 140 3D 3A
Octal 325 124 252 0 75 24 20 500 75 72
Binary 11010101 1010100 10101010 0 111101 10100 10000 101000000 111101 111010

Color Harmonies of #D554AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554AA

Black with #D554AA

Text Example


Text Example

White with #D554AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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