Html Css Color HEX #D14C95 Mulberry

📋 copy color: '#D14C95'

red 209 ◦ green 76 ◦ blue 149

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

Shades of Mulberry #D14C95

Tints of Mulberry #D14C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 48.16%
G = 17.51%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D14C95 (or 0xD14C95) is known color: Mulberry. HEX triplet: D1, 4C and 95. RGB value is (209,76,149). Sum of RGB (Red+Green+Blue) = 209+76+149=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C95 is #2EB36A. Grayscale: #7B7B7B. Windows color (decimal): -3060587 or 9784529. OLE color: 9784529.

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

Color convert

RGB 209 76 149 -
CMYK 0 0.64 0.29 0.18
HSL 327.07º 0.59% 0.56% -
HSV(B) 327.07º 0.64% 0.82% -
XYZ 34.3 20.89 30.66 -
YUV 124.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 209 76 149 0 0.64 0.29 0.18 327.07 0.59 0.56
Hex D1 4C 95 0 40 1D 12 147 3B 38
Octal 321 114 225 0 100 35 22 507 73 70
Binary 11010001 1001100 10010101 0 1000000 11101 10010 101000111 111011 111000

Color Harmonies of #D14C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C95

Black with #D14C95

Text Example


Text Example

White with #D14C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C95; }

 p { color: rgb(209,76,149); }

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

background-color css

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

 a { background-color: rgb(209,76,149); }

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

border-color css

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

 span { border-color: rgb(209,76,149); }

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