Html Css Color HEX #D14A9F Mulberry

📋 copy color: '#D14A9F'

red 209 ◦ green 74 ◦ blue 159

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

Shades of Mulberry #D14A9F

Tints of Mulberry #D14A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 47.29%
G = 16.74%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D14A9F (or 0xD14A9F) is known color: Mulberry. HEX triplet: D1, 4A and 9F. RGB value is (209,74,159). Sum of RGB (Red+Green+Blue) = 209+74+159=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14A9F is #2EB560. Grayscale: #7B7B7B. Windows color (decimal): -3061089 or 10439377. OLE color: 10439377.

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

Color convert

RGB 209 74 159 -
CMYK 0 0.65 0.24 0.18
HSL 322.22º 0.59% 0.55% -
HSV(B) 322.22º 0.65% 0.82% -
XYZ 35 20.96 35 -
YUV 124.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 209 74 159 0 0.65 0.24 0.18 322.22 0.59 0.55
Hex D1 4A 9F 0 41 18 12 142 3B 37
Octal 321 112 237 0 101 30 22 502 73 67
Binary 11010001 1001010 10011111 0 1000001 11000 10010 101000010 111011 110111

Color Harmonies of #D14A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A9F

Black with #D14A9F

Text Example


Text Example

White with #D14A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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