Html Css Color HEX #D14987 Mulberry

📋 copy color: '#D14987'

red 209 ◦ green 73 ◦ blue 135

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

Shades of Mulberry #D14987

Tints of Mulberry #D14987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 50.12%
G = 17.51%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14987 (or 0xD14987) is known color: Mulberry. HEX triplet: D1, 49 and 87. RGB value is (209,73,135). Sum of RGB (Red+Green+Blue) = 209+73+135=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D14987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14987 is #2EB678. Grayscale: #787878. Windows color (decimal): -3061369 or 8866257. OLE color: 8866257.

HSL color Cylindrical-coordinate representation of color #D14987: hue angle of 332.65º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14987 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 135 -
CMYK 0 0.65 0.35 0.18
HSL 332.65º 0.6% 0.55% -
HSV(B) 332.65º 0.65% 0.82% -
XYZ 33.05 20.07 25.05 -
YUV 120.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 209 73 135 0 0.65 0.35 0.18 332.65 0.6 0.55
Hex D1 49 87 0 41 23 12 14D 3C 37
Octal 321 111 207 0 101 43 22 515 74 67
Binary 11010001 1001001 10000111 0 1000001 100011 10010 101001101 111100 110111

Color Harmonies of #D14987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14987

Black with #D14987

Text Example


Text Example

White with #D14987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14987; }

 p { color: rgb(209,73,135); }

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

background-color css

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

 a { background-color: rgb(209,73,135); }

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

border-color css

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

 span { border-color: rgb(209,73,135); }

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