Html Css Color HEX #D14191 Mulberry

📋 copy color: '#D14191'

red 209 ◦ green 65 ◦ blue 145

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

Shades of Mulberry #D14191

Tints of Mulberry #D14191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 49.88%
G = 15.51%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D14191 (or 0xD14191) is known color: Mulberry. HEX triplet: D1, 41 and 91. RGB value is (209,65,145). Sum of RGB (Red+Green+Blue) = 209+65+145=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D14191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14191 is #2EBE6E. Grayscale: #757575. Windows color (decimal): -3063407 or 9519569. OLE color: 9519569.

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

Color convert

RGB 209 65 145 -
CMYK 0 0.69 0.31 0.18
HSL 326.67º 0.61% 0.54% -
HSV(B) 326.67º 0.69% 0.82% -
XYZ 33.3 19.38 28.77 -
YUV 117.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 209 65 145 0 0.69 0.31 0.18 326.67 0.61 0.54
Hex D1 41 91 0 45 1F 12 147 3D 36
Octal 321 101 221 0 105 37 22 507 75 66
Binary 11010001 1000001 10010001 0 1000101 11111 10010 101000111 111101 110110

Color Harmonies of #D14191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14191

Black with #D14191

Text Example


Text Example

White with #D14191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14191; }

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

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

background-color css

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

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

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

border-color css

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

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

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