Html Css Color HEX #D14993 Mulberry

📋 copy color: '#D14993'

red 209 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #D14993

Tints of Mulberry #D14993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.27%

R = 48.72%
G = 17.02%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D14993 (or 0xD14993) is known color: Mulberry. HEX triplet: D1, 49 and 93. RGB value is (209,73,147). Sum of RGB (Red+Green+Blue) = 209+73+147=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D14993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14993 is #2EB66C. Grayscale: #797979. Windows color (decimal): -3061357 or 9652689. OLE color: 9652689.

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

Color convert

RGB 209 73 147 -
CMYK 0 0.65 0.30 0.18
HSL 327.35º 0.6% 0.55% -
HSV(B) 327.35º 0.65% 0.82% -
XYZ 33.94 20.43 29.76 -
YUV 122.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 209 73 147 0 0.65 0.30 0.18 327.35 0.6 0.55
Hex D1 49 93 0 41 1E 12 147 3C 37
Octal 321 111 223 0 101 36 22 507 74 67
Binary 11010001 1001001 10010011 0 1000001 11110 10010 101000111 111100 110111

Color Harmonies of #D14993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14993

Black with #D14993

Text Example


Text Example

White with #D14993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14993; }

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

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

background-color css

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

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

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

border-color css

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

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

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