Html Css Color HEX #D140AA Mulberry

📋 copy color: '#D140AA'

red 209 ◦ green 64 ◦ blue 170

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

Shades of Mulberry #D140AA

Tints of Mulberry #D140AA

RGB

 RED value IS 209 (82.03% from 255) = 47.18%

 GREEN value IS 64 (25.39% from 255) = 14.45%

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

R = 47.18%
G = 14.45%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D140AA (or 0xD140AA) is known color: Mulberry. HEX triplet: D1, 40 and AA. RGB value is (209,64,170). Sum of RGB (Red+Green+Blue) = 209+64+170=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D140AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140AA is #2EBF55. Grayscale: #777777. Windows color (decimal): -3063638 or 11157713. OLE color: 11157713.

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

Color convert

RGB 209 64 170 -
CMYK 0 0.69 0.19 0.18
HSL 316.14º 0.61% 0.54% -
HSV(B) 316.14º 0.69% 0.82% -
XYZ 35.38 20.12 40.05 -
YUV 119.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 209 64 170 0 0.69 0.19 0.18 316.14 0.61 0.54
Hex D1 40 AA 0 45 13 12 13C 3D 36
Octal 321 100 252 0 105 23 22 474 75 66
Binary 11010001 1000000 10101010 0 1000101 10011 10010 100111100 111101 110110

Color Harmonies of #D140AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140AA

Black with #D140AA

Text Example


Text Example

White with #D140AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140AA; }

 p { color: rgb(209,64,170); }

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

background-color css

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

 a { background-color: rgb(209,64,170); }

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

border-color css

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

 span { border-color: rgb(209,64,170); }

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