Html Css Color HEX #D05AA9 Mulberry

📋 copy color: '#D05AA9'

red 208 ◦ green 90 ◦ blue 169

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

Shades of Mulberry #D05AA9

Tints of Mulberry #D05AA9

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

 GREEN value IS 90 (35.55% from 255) = 19.27%

 BLUE value IS 169 (66.41% from 255) = 36.19%

R = 44.54%
G = 19.27%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D05AA9 (or 0xD05AA9) is known color: Mulberry. HEX triplet: D0, 5A and A9. RGB value is (208,90,169). Sum of RGB (Red+Green+Blue) = 208+90+169=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05AA9 is #2FA556. Grayscale: #868686. Windows color (decimal): -3122519 or 11098832. OLE color: 11098832.

HSL color Cylindrical-coordinate representation of color #D05AA9: hue angle of 319.83º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05AA9 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 90 169 -
CMYK 0 0.57 0.19 0.18
HSL 319.83º 0.56% 0.58% -
HSV(B) 319.83º 0.57% 0.82% -
XYZ 36.83 23.59 40.15 -
YUV 134.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 208 90 169 0 0.57 0.19 0.18 319.83 0.56 0.58
Hex D0 5A A9 0 39 13 12 140 38 3A
Octal 320 132 251 0 71 23 22 500 70 72
Binary 11010000 1011010 10101001 0 111001 10011 10010 101000000 111000 111010

Color Harmonies of #D05AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AA9

Black with #D05AA9

Text Example


Text Example

White with #D05AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AA9; }

 p { color: rgb(208,90,169); }

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

background-color css

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

 a { background-color: rgb(208,90,169); }

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

border-color css

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

 span { border-color: rgb(208,90,169); }

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