Html Css Color HEX #D14290 Mulberry

📋 copy color: '#D14290'

red 209 ◦ green 66 ◦ blue 144

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

Shades of Mulberry #D14290

Tints of Mulberry #D14290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.75%

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

R = 49.88%
G = 15.75%
B = 34.37%

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

#D14290 (or 0xD14290) is known color: Mulberry. HEX triplet: D1, 42 and 90. RGB value is (209,66,144). Sum of RGB (Red+Green+Blue) = 209+66+144=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D14290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14290 is #2EBD6F. Grayscale: #757575. Windows color (decimal): -3063152 or 9454289. OLE color: 9454289.

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

Color convert

RGB 209 66 144 -
CMYK 0 0.68 0.31 0.18
HSL 327.27º 0.61% 0.54% -
HSV(B) 327.27º 0.68% 0.82% -
XYZ 33.28 19.47 28.39 -
YUV 117.65 142.88 193.16 -
System Red Green Blue C M Y K H S L
Decimal 209 66 144 0 0.68 0.31 0.18 327.27 0.61 0.54
Hex D1 42 90 0 44 1F 12 147 3D 36
Octal 321 102 220 0 104 37 22 507 75 66
Binary 11010001 1000010 10010000 0 1000100 11111 10010 101000111 111101 110110

Color Harmonies of #D14290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14290

Black with #D14290

Text Example


Text Example

White with #D14290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14290; }

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

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

background-color css

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

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

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

border-color css

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

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

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