Html Css Color HEX #D14A8F Mulberry

📋 copy color: '#D14A8F'

red 209 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #D14A8F

Tints of Mulberry #D14A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.37%

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 49.06%
G = 17.37%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D14A8F (or 0xD14A8F) is known color: Mulberry. HEX triplet: D1, 4A and 8F. RGB value is (209,74,143). Sum of RGB (Red+Green+Blue) = 209+74+143=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14A8F is #2EB570. Grayscale: #7A7A7A. Windows color (decimal): -3061105 or 9390801. OLE color: 9390801.

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

Color convert

RGB 209 74 143 -
CMYK 0 0.65 0.32 0.18
HSL 329.33º 0.59% 0.55% -
HSV(B) 329.33º 0.65% 0.82% -
XYZ 33.7 20.44 28.15 -
YUV 122.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 209 74 143 0 0.65 0.32 0.18 329.33 0.59 0.55
Hex D1 4A 8F 0 41 20 12 149 3B 37
Octal 321 112 217 0 101 40 22 511 73 67
Binary 11010001 1001010 10001111 0 1000001 100000 10010 101001001 111011 110111

Color Harmonies of #D14A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A8F

Black with #D14A8F

Text Example


Text Example

White with #D14A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A8F; }

 p { color: rgb(209,74,143); }

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

background-color css

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

 a { background-color: rgb(209,74,143); }

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

border-color css

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

 span { border-color: rgb(209,74,143); }

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