Html Css Color HEX #D14386 Mulberry

📋 copy color: '#D14386'

red 209 ◦ green 67 ◦ blue 134

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

Shades of Mulberry #D14386

Tints of Mulberry #D14386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

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

R = 50.98%
G = 16.34%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D14386 (or 0xD14386) is known color: Mulberry. HEX triplet: D1, 43 and 86. RGB value is (209,67,134). Sum of RGB (Red+Green+Blue) = 209+67+134=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D14386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14386 is #2EBC79. Grayscale: #747474. Windows color (decimal): -3062906 or 8799185. OLE color: 8799185.

HSL color Cylindrical-coordinate representation of color #D14386: hue angle of 331.69º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14386 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 134 -
CMYK 0 0.68 0.36 0.18
HSL 331.69º 0.61% 0.54% -
HSV(B) 331.69º 0.68% 0.82% -
XYZ 32.6 19.29 24.56 -
YUV 117.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 209 67 134 0 0.68 0.36 0.18 331.69 0.61 0.54
Hex D1 43 86 0 44 24 12 14C 3D 36
Octal 321 103 206 0 104 44 22 514 75 66
Binary 11010001 1000011 10000110 0 1000100 100100 10010 101001100 111101 110110

Color Harmonies of #D14386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14386

Black with #D14386

Text Example


Text Example

White with #D14386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14386; }

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

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

background-color css

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

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

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

border-color css

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

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

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