Html Css Color HEX #D14186 Mulberry

📋 copy color: '#D14186'

red 209 ◦ green 65 ◦ blue 134

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

Shades of Mulberry #D14186

Tints of Mulberry #D14186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 51.23%
G = 15.93%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D14186 (or 0xD14186) is known color: Mulberry. HEX triplet: D1, 41 and 86. RGB value is (209,65,134). Sum of RGB (Red+Green+Blue) = 209+65+134=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D14186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14186 is #2EBE79. Grayscale: #737373. Windows color (decimal): -3063418 or 8798673. OLE color: 8798673.

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

Color convert

RGB 209 65 134 -
CMYK 0 0.69 0.36 0.18
HSL 331.25º 0.61% 0.54% -
HSV(B) 331.25º 0.69% 0.82% -
XYZ 32.49 19.06 24.52 -
YUV 115.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 209 65 134 0 0.69 0.36 0.18 331.25 0.61 0.54
Hex D1 41 86 0 45 24 12 14B 3D 36
Octal 321 101 206 0 105 44 22 513 75 66
Binary 11010001 1000001 10000110 0 1000101 100100 10010 101001011 111101 110110

Color Harmonies of #D14186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14186

Black with #D14186

Text Example


Text Example

White with #D14186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14186; }

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

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

background-color css

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

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

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

border-color css

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

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

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