Html Css Color HEX #D146AB Mulberry

📋 copy color: '#D146AB'

red 209 ◦ green 70 ◦ blue 171

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

Shades of Mulberry #D146AB

Tints of Mulberry #D146AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 46.44%
G = 15.56%
B = 38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D146AB (or 0xD146AB) is known color: Mulberry. HEX triplet: D1, 46 and AB. RGB value is (209,70,171). Sum of RGB (Red+Green+Blue) = 209+70+171=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D146AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D146AB is #2EB954. Grayscale: #7A7A7A. Windows color (decimal): -3062101 or 11224785. OLE color: 11224785.

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

Color convert

RGB 209 70 171 -
CMYK 0 0.67 0.18 0.18
HSL 316.4º 0.6% 0.55% -
HSV(B) 316.4º 0.67% 0.82% -
XYZ 35.84 20.88 40.67 -
YUV 123.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 209 70 171 0 0.67 0.18 0.18 316.4 0.6 0.55
Hex D1 46 AB 0 43 12 12 13C 3C 37
Octal 321 106 253 0 103 22 22 474 74 67
Binary 11010001 1000110 10101011 0 1000011 10010 10010 100111100 111100 110111

Color Harmonies of #D146AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146AB

Black with #D146AB

Text Example


Text Example

White with #D146AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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