Html Css Color HEX #D146AA Mulberry

📋 copy color: '#D146AA'

red 209 ◦ green 70 ◦ blue 170

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

Shades of Mulberry #D146AA

Tints of Mulberry #D146AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.59%

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

R = 46.55%
G = 15.59%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D146AA (or 0xD146AA) is known color: Mulberry. HEX triplet: D1, 46 and AA. RGB value is (209,70,170). Sum of RGB (Red+Green+Blue) = 209+70+170=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D146AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D146AA is #2EB955. Grayscale: #7A7A7A. Windows color (decimal): -3062102 or 11159249. OLE color: 11159249.

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

Color convert

RGB 209 70 170 -
CMYK 0 0.67 0.19 0.18
HSL 316.83º 0.6% 0.55% -
HSV(B) 316.83º 0.67% 0.82% -
XYZ 35.74 20.84 40.17 -
YUV 122.96 154.55 189.37 -
System Red Green Blue C M Y K H S L
Decimal 209 70 170 0 0.67 0.19 0.18 316.83 0.6 0.55
Hex D1 46 AA 0 43 13 12 13D 3C 37
Octal 321 106 252 0 103 23 22 475 74 67
Binary 11010001 1000110 10101010 0 1000011 10011 10010 100111101 111100 110111

Color Harmonies of #D146AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146AA

Black with #D146AA

Text Example


Text Example

White with #D146AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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