Html Css Color HEX #D05AA3 Mulberry

📋 copy color: '#D05AA3'

red 208 ◦ green 90 ◦ blue 163

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

Shades of Mulberry #D05AA3

Tints of Mulberry #D05AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.36%

R = 45.12%
G = 19.52%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D05AA3 (or 0xD05AA3) is known color: Mulberry. HEX triplet: D0, 5A and A3. RGB value is (208,90,163). Sum of RGB (Red+Green+Blue) = 208+90+163=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05AA3 is #2FA55C. Grayscale: #858585. Windows color (decimal): -3122525 or 10705616. OLE color: 10705616.

HSL color Cylindrical-coordinate representation of color #D05AA3: hue angle of 322.88º 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 #D05AA3 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 90 163 -
CMYK 0 0.57 0.22 0.18
HSL 322.88º 0.56% 0.58% -
HSV(B) 322.88º 0.57% 0.82% -
XYZ 36.28 23.37 37.25 -
YUV 133.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 208 90 163 0 0.57 0.22 0.18 322.88 0.56 0.58
Hex D0 5A A3 0 39 16 12 143 38 3A
Octal 320 132 243 0 71 26 22 503 70 72
Binary 11010000 1011010 10100011 0 111001 10110 10010 101000011 111000 111010

Color Harmonies of #D05AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AA3

Black with #D05AA3

Text Example


Text Example

White with #D05AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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