Html Css Color HEX #D141AB Mulberry

📋 copy color: '#D141AB'

red 209 ◦ green 65 ◦ blue 171

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

Shades of Mulberry #D141AB

Tints of Mulberry #D141AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.61%

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

R = 46.97%
G = 14.61%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D141AB (or 0xD141AB) is known color: Mulberry. HEX triplet: D1, 41 and AB. RGB value is (209,65,171). Sum of RGB (Red+Green+Blue) = 209+65+171=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D141AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141AB is #2EBE54. Grayscale: #777777. Windows color (decimal): -3063381 or 11223505. OLE color: 11223505.

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

Color convert

RGB 209 65 171 -
CMYK 0 0.69 0.18 0.18
HSL 315.83º 0.61% 0.54% -
HSV(B) 315.83º 0.69% 0.82% -
XYZ 35.54 20.28 40.57 -
YUV 120.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 209 65 171 0 0.69 0.18 0.18 315.83 0.61 0.54
Hex D1 41 AB 0 45 12 12 13C 3D 36
Octal 321 101 253 0 105 22 22 474 75 66
Binary 11010001 1000001 10101011 0 1000101 10010 10010 100111100 111101 110110

Color Harmonies of #D141AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141AB

Black with #D141AB

Text Example


Text Example

White with #D141AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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