Html Css Color HEX #D141A2 Mulberry

📋 copy color: '#D141A2'

red 209 ◦ green 65 ◦ blue 162

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

Shades of Mulberry #D141A2

Tints of Mulberry #D141A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 47.94%
G = 14.91%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D141A2 (or 0xD141A2) is known color: Mulberry. HEX triplet: D1, 41 and A2. RGB value is (209,65,162). Sum of RGB (Red+Green+Blue) = 209+65+162=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D141A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141A2 is #2EBE5D. Grayscale: #767676. Windows color (decimal): -3063390 or 10633681. OLE color: 10633681.

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

Color convert

RGB 209 65 162 -
CMYK 0 0.69 0.22 0.18
HSL 319.58º 0.61% 0.54% -
HSV(B) 319.58º 0.69% 0.82% -
XYZ 34.71 19.94 36.2 -
YUV 119.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 209 65 162 0 0.69 0.22 0.18 319.58 0.61 0.54
Hex D1 41 A2 0 45 16 12 140 3D 36
Octal 321 101 242 0 105 26 22 500 75 66
Binary 11010001 1000001 10100010 0 1000101 10110 10010 101000000 111101 110110

Color Harmonies of #D141A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141A2

Black with #D141A2

Text Example


Text Example

White with #D141A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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