Html Css Color HEX #D14E92 Mulberry

📋 copy color: '#D14E92'

red 209 ◦ green 78 ◦ blue 146

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

Shades of Mulberry #D14E92

Tints of Mulberry #D14E92

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.01%

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 48.27%
G = 18.01%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D14E92 (or 0xD14E92) is known color: Mulberry. HEX triplet: D1, 4E and 92. RGB value is (209,78,146). Sum of RGB (Red+Green+Blue) = 209+78+146=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14E92 is #2EB16D. Grayscale: #7C7C7C. Windows color (decimal): -3060078 or 9588433. OLE color: 9588433.

HSL color Cylindrical-coordinate representation of color #D14E92: hue angle of 328.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14E92 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 78 146 -
CMYK 0 0.63 0.30 0.18
HSL 328.85º 0.59% 0.56% -
HSV(B) 328.85º 0.63% 0.82% -
XYZ 34.21 21.08 29.46 -
YUV 124.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 209 78 146 0 0.63 0.30 0.18 328.85 0.59 0.56
Hex D1 4E 92 0 3F 1E 12 149 3B 38
Octal 321 116 222 0 77 36 22 511 73 70
Binary 11010001 1001110 10010010 0 111111 11110 10010 101001001 111011 111000

Color Harmonies of #D14E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14E92

Black with #D14E92

Text Example


Text Example

White with #D14E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14E92; }

 p { color: rgb(209,78,146); }

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

background-color css

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

 a { background-color: rgb(209,78,146); }

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

border-color css

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

 span { border-color: rgb(209,78,146); }

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