Html Css Color HEX #D549AA Mulberry

📋 copy color: '#D549AA'

red 213 ◦ green 73 ◦ blue 170

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

Shades of Mulberry #D549AA

Tints of Mulberry #D549AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

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

R = 46.71%
G = 16.01%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D549AA (or 0xD549AA) is known color: Mulberry. HEX triplet: D5, 49 and AA. RGB value is (213,73,170). Sum of RGB (Red+Green+Blue) = 213+73+170=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D549AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D549AA is #2AB655. Grayscale: #7D7D7D. Windows color (decimal): -2799190 or 11160021. OLE color: 11160021.

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

Color convert

RGB 213 73 170 -
CMYK 0 0.66 0.20 0.16
HSL 318.43º 0.63% 0.56% -
HSV(B) 318.43º 0.66% 0.84% -
XYZ 37.08 21.81 40.29 -
YUV 125.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 213 73 170 0 0.66 0.20 0.16 318.43 0.63 0.56
Hex D5 49 AA 0 42 14 10 13E 3E 38
Octal 325 111 252 0 102 24 20 476 76 70
Binary 11010101 1001001 10101010 0 1000010 10100 10000 100111110 111110 111000

Color Harmonies of #D549AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D549AA

Black with #D549AA

Text Example


Text Example

White with #D549AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D549AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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