Html Css Color HEX #D14390 Mulberry

📋 copy color: '#D14390'

red 209 ◦ green 67 ◦ blue 144

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

Shades of Mulberry #D14390

Tints of Mulberry #D14390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.95%

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 49.76%
G = 15.95%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D14390 (or 0xD14390) is known color: Mulberry. HEX triplet: D1, 43 and 90. RGB value is (209,67,144). Sum of RGB (Red+Green+Blue) = 209+67+144=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D14390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14390 is #2EBC6F. Grayscale: #767676. Windows color (decimal): -3062896 or 9454545. OLE color: 9454545.

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

Color convert

RGB 209 67 144 -
CMYK 0 0.68 0.31 0.18
HSL 327.46º 0.61% 0.54% -
HSV(B) 327.46º 0.68% 0.82% -
XYZ 33.34 19.58 28.41 -
YUV 118.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 209 67 144 0 0.68 0.31 0.18 327.46 0.61 0.54
Hex D1 43 90 0 44 1F 12 147 3D 36
Octal 321 103 220 0 104 37 22 507 75 66
Binary 11010001 1000011 10010000 0 1000100 11111 10010 101000111 111101 110110

Color Harmonies of #D14390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14390

Black with #D14390

Text Example


Text Example

White with #D14390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14390; }

 p { color: rgb(209,67,144); }

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

background-color css

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

 a { background-color: rgb(209,67,144); }

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

border-color css

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

 span { border-color: rgb(209,67,144); }

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