Html Css Color HEX #D050AA Mulberry

📋 copy color: '#D050AA'

red 208 ◦ green 80 ◦ blue 170

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

Shades of Mulberry #D050AA

Tints of Mulberry #D050AA

RGB

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

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

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

R = 45.41%
G = 17.47%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D050AA (or 0xD050AA) is known color: Mulberry. HEX triplet: D0, 50 and AA. RGB value is (208,80,170). Sum of RGB (Red+Green+Blue) = 208+80+170=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D050AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D050AA is #2FAF55. Grayscale: #808080. Windows color (decimal): -3125078 or 11161808. OLE color: 11161808.

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

Color convert

RGB 208 80 170 -
CMYK 0 0.62 0.18 0.18
HSL 317.81º 0.58% 0.56% -
HSV(B) 317.81º 0.62% 0.82% -
XYZ 36.14 22.05 40.38 -
YUV 128.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 208 80 170 0 0.62 0.18 0.18 317.81 0.58 0.56
Hex D0 50 AA 0 3E 12 12 13E 3A 38
Octal 320 120 252 0 76 22 22 476 72 70
Binary 11010000 1010000 10101010 0 111110 10010 10010 100111110 111010 111000

Color Harmonies of #D050AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050AA

Black with #D050AA

Text Example


Text Example

White with #D050AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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