Html Css Color HEX #D141A1 Mulberry

📋 copy color: '#D141A1'

red 209 ◦ green 65 ◦ blue 161

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

Shades of Mulberry #D141A1

Tints of Mulberry #D141A1

RGB

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

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

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

R = 48.05%
G = 14.94%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D141A1 (or 0xD141A1) is known color: Mulberry. HEX triplet: D1, 41 and A1. RGB value is (209,65,161). Sum of RGB (Red+Green+Blue) = 209+65+161=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D141A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141A1 is #2EBE5E. Grayscale: #767676. Windows color (decimal): -3063391 or 10568145. OLE color: 10568145.

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

Color convert

RGB 209 65 161 -
CMYK 0 0.69 0.23 0.18
HSL 320º 0.61% 0.54% -
HSV(B) 320º 0.69% 0.82% -
XYZ 34.62 19.91 35.74 -
YUV 119 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 209 65 161 0 0.69 0.23 0.18 320 0.61 0.54
Hex D1 41 A1 0 45 17 12 140 3D 36
Octal 321 101 241 0 105 27 22 500 75 66
Binary 11010001 1000001 10100001 0 1000101 10111 10010 101000000 111101 110110

Color Harmonies of #D141A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141A1

Black with #D141A1

Text Example


Text Example

White with #D141A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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