Html Css Color HEX #D14095 Mulberry

📋 copy color: '#D14095'

red 209 ◦ green 64 ◦ blue 149

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

Shades of Mulberry #D14095

Tints of Mulberry #D14095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.17%

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

R = 49.53%
G = 15.17%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D14095 (or 0xD14095) is known color: Mulberry. HEX triplet: D1, 40 and 95. RGB value is (209,64,149). Sum of RGB (Red+Green+Blue) = 209+64+149=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D14095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14095 is #2EBF6A. Grayscale: #747474. Windows color (decimal): -3063659 or 9781457. OLE color: 9781457.

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

Color convert

RGB 209 64 149 -
CMYK 0 0.69 0.29 0.18
HSL 324.83º 0.61% 0.54% -
HSV(B) 324.83º 0.69% 0.82% -
XYZ 33.55 19.39 30.41 -
YUV 117.05 146.04 193.59 -
System Red Green Blue C M Y K H S L
Decimal 209 64 149 0 0.69 0.29 0.18 324.83 0.61 0.54
Hex D1 40 95 0 45 1D 12 145 3D 36
Octal 321 100 225 0 105 35 22 505 75 66
Binary 11010001 1000000 10010101 0 1000101 11101 10010 101000101 111101 110110

Color Harmonies of #D14095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14095

Black with #D14095

Text Example


Text Example

White with #D14095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14095; }

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

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

background-color css

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

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

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

border-color css

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

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

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