Html Css Color HEX #D146A6 Mulberry

📋 copy color: '#D146A6'

red 209 ◦ green 70 ◦ blue 166

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

Shades of Mulberry #D146A6

Tints of Mulberry #D146A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.3%

R = 46.97%
G = 15.73%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D146A6 (or 0xD146A6) is known color: Mulberry. HEX triplet: D1, 46 and A6. RGB value is (209,70,166). Sum of RGB (Red+Green+Blue) = 209+70+166=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D146A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D146A6 is #2EB959. Grayscale: #7A7A7A. Windows color (decimal): -3062106 or 10897105. OLE color: 10897105.

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

Color convert

RGB 209 70 166 -
CMYK 0 0.67 0.21 0.18
HSL 318.56º 0.6% 0.55% -
HSV(B) 318.56º 0.67% 0.82% -
XYZ 35.37 20.69 38.21 -
YUV 122.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 209 70 166 0 0.67 0.21 0.18 318.56 0.6 0.55
Hex D1 46 A6 0 43 15 12 13F 3C 37
Octal 321 106 246 0 103 25 22 477 74 67
Binary 11010001 1000110 10100110 0 1000011 10101 10010 100111111 111100 110111

Color Harmonies of #D146A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146A6

Black with #D146A6

Text Example


Text Example

White with #D146A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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