Html Css Color HEX #D14196 Mulberry

📋 copy color: '#D14196'

red 209 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #D14196

Tints of Mulberry #D14196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 49.29%
G = 15.33%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D14196 (or 0xD14196) is known color: Mulberry. HEX triplet: D1, 41 and 96. RGB value is (209,65,150). Sum of RGB (Red+Green+Blue) = 209+65+150=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D14196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14196 is #2EBE69. Grayscale: #757575. Windows color (decimal): -3063402 or 9847249. OLE color: 9847249.

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

Color convert

RGB 209 65 150 -
CMYK 0 0.69 0.28 0.18
HSL 324.58º 0.61% 0.54% -
HSV(B) 324.58º 0.69% 0.82% -
XYZ 33.69 19.54 30.85 -
YUV 117.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 209 65 150 0 0.69 0.28 0.18 324.58 0.61 0.54
Hex D1 41 96 0 45 1C 12 145 3D 36
Octal 321 101 226 0 105 34 22 505 75 66
Binary 11010001 1000001 10010110 0 1000101 11100 10010 101000101 111101 110110

Color Harmonies of #D14196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14196

Black with #D14196

Text Example


Text Example

White with #D14196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14196; }

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

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

background-color css

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

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

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

border-color css

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

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

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