Html Css Color HEX #D14F85 Mulberry

📋 copy color: '#D14F85'

red 209 ◦ green 79 ◦ blue 133

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

Shades of Mulberry #D14F85

Tints of Mulberry #D14F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 49.64%
G = 18.76%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D14F85 (or 0xD14F85) is known color: Mulberry. HEX triplet: D1, 4F and 85. RGB value is (209,79,133). Sum of RGB (Red+Green+Blue) = 209+79+133=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14F85 is #2EB07A. Grayscale: #7B7B7B. Windows color (decimal): -3059835 or 8736721. OLE color: 8736721.

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

Color convert

RGB 209 79 133 -
CMYK 0 0.62 0.36 0.18
HSL 335.08º 0.59% 0.56% -
HSV(B) 335.08º 0.62% 0.82% -
XYZ 33.32 20.84 24.46 -
YUV 124.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 209 79 133 0 0.62 0.36 0.18 335.08 0.59 0.56
Hex D1 4F 85 0 3E 24 12 14F 3B 38
Octal 321 117 205 0 76 44 22 517 73 70
Binary 11010001 1001111 10000101 0 111110 100100 10010 101001111 111011 111000

Color Harmonies of #D14F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F85

Black with #D14F85

Text Example


Text Example

White with #D14F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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