Html Css Color HEX #D14F87 Mulberry

📋 copy color: '#D14F87'

red 209 ◦ green 79 ◦ blue 135

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

Shades of Mulberry #D14F87

Tints of Mulberry #D14F87

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

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

R = 49.41%
G = 18.68%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14F87 (or 0xD14F87) is known color: Mulberry. HEX triplet: D1, 4F and 87. RGB value is (209,79,135). Sum of RGB (Red+Green+Blue) = 209+79+135=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14F87 is #2EB078. Grayscale: #7C7C7C. Windows color (decimal): -3059833 or 8867793. OLE color: 8867793.

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

Color convert

RGB 209 79 135 -
CMYK 0 0.62 0.35 0.18
HSL 334.15º 0.59% 0.56% -
HSV(B) 334.15º 0.62% 0.82% -
XYZ 33.46 20.9 25.19 -
YUV 124.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 209 79 135 0 0.62 0.35 0.18 334.15 0.59 0.56
Hex D1 4F 87 0 3E 23 12 14E 3B 38
Octal 321 117 207 0 76 43 22 516 73 70
Binary 11010001 1001111 10000111 0 111110 100011 10010 101001110 111011 111000

Color Harmonies of #D14F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F87

Black with #D14F87

Text Example


Text Example

White with #D14F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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