Html Css Color HEX #D14096 Mulberry

📋 copy color: '#D14096'

red 209 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #D14096

Tints of Mulberry #D14096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 49.41%
G = 15.13%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D14096 (or 0xD14096) is known color: Mulberry. HEX triplet: D1, 40 and 96. RGB value is (209,64,150). Sum of RGB (Red+Green+Blue) = 209+64+150=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14096 is #2EBF69. Grayscale: #747474. Windows color (decimal): -3063658 or 9846993. OLE color: 9846993.

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

Color convert

RGB 209 64 150 -
CMYK 0 0.69 0.28 0.18
HSL 324.41º 0.61% 0.54% -
HSV(B) 324.41º 0.69% 0.82% -
XYZ 33.63 19.42 30.83 -
YUV 117.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 209 64 150 0 0.69 0.28 0.18 324.41 0.61 0.54
Hex D1 40 96 0 45 1C 12 144 3D 36
Octal 321 100 226 0 105 34 22 504 75 66
Binary 11010001 1000000 10010110 0 1000101 11100 10010 101000100 111101 110110

Color Harmonies of #D14096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14096

Black with #D14096

Text Example


Text Example

White with #D14096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14096; }

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

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

background-color css

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

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

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

border-color css

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

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

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