Html Css Color HEX #D146A1 Mulberry

📋 copy color: '#D146A1'

red 209 ◦ green 70 ◦ blue 161

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

Shades of Mulberry #D146A1

Tints of Mulberry #D146A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.59%

R = 47.5%
G = 15.91%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D146A1 (or 0xD146A1) is known color: Mulberry. HEX triplet: D1, 46 and A1. RGB value is (209,70,161). Sum of RGB (Red+Green+Blue) = 209+70+161=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D146A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D146A1 is #2EB95E. Grayscale: #797979. Windows color (decimal): -3062111 or 10569425. OLE color: 10569425.

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

Color convert

RGB 209 70 161 -
CMYK 0 0.67 0.23 0.18
HSL 320.72º 0.6% 0.55% -
HSV(B) 320.72º 0.67% 0.82% -
XYZ 34.92 20.51 35.84 -
YUV 121.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 209 70 161 0 0.67 0.23 0.18 320.72 0.6 0.55
Hex D1 46 A1 0 43 17 12 141 3C 37
Octal 321 106 241 0 103 27 22 501 74 67
Binary 11010001 1000110 10100001 0 1000011 10111 10010 101000001 111100 110111

Color Harmonies of #D146A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146A1

Black with #D146A1

Text Example


Text Example

White with #D146A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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