Html Css Color HEX #D14984 Mulberry

📋 copy color: '#D14984'

red 209 ◦ green 73 ◦ blue 132

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

Shades of Mulberry #D14984

Tints of Mulberry #D14984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 50.48%
G = 17.63%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D14984 (or 0xD14984) is known color: Mulberry. HEX triplet: D1, 49 and 84. RGB value is (209,73,132). Sum of RGB (Red+Green+Blue) = 209+73+132=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D14984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14984 is #2EB67B. Grayscale: #787878. Windows color (decimal): -3061372 or 8669649. OLE color: 8669649.

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

Color convert

RGB 209 73 132 -
CMYK 0 0.65 0.37 0.18
HSL 333.97º 0.6% 0.55% -
HSV(B) 333.97º 0.65% 0.82% -
XYZ 32.84 19.99 23.96 -
YUV 120.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 209 73 132 0 0.65 0.37 0.18 333.97 0.6 0.55
Hex D1 49 84 0 41 25 12 14E 3C 37
Octal 321 111 204 0 101 45 22 516 74 67
Binary 11010001 1001001 10000100 0 1000001 100101 10010 101001110 111100 110111

Color Harmonies of #D14984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14984

Black with #D14984

Text Example


Text Example

White with #D14984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14984; }

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

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

background-color css

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

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

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

border-color css

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

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

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