Html Css Color HEX #D14259 Mandy

📋 copy color: '#D14259'

red 209 ◦ green 66 ◦ blue 89

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

Shades of Mandy #D14259

Tints of Mandy #D14259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.45%

R = 57.42%
G = 18.13%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D14259 (or 0xD14259) is known color: Mandy. HEX triplet: D1, 42 and 59. RGB value is (209,66,89). Sum of RGB (Red+Green+Blue) = 209+66+89=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D14259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14259 is #2EBDA6. Grayscale: #6F6F6F. Windows color (decimal): -3063207 or 5849809. OLE color: 5849809.

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

Color convert

RGB 209 66 89 -
CMYK 0 0.68 0.57 0.18
HSL 350.35º 0.61% 0.54% -
HSV(B) 350.35º 0.68% 0.82% -
XYZ 30.05 18.17 11.38 -
YUV 111.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 209 66 89 0 0.68 0.57 0.18 350.35 0.61 0.54
Hex D1 42 59 0 44 39 12 15E 3D 36
Octal 321 102 131 0 104 71 22 536 75 66
Binary 11010001 1000010 1011001 0 1000100 111001 10010 101011110 111101 110110

Color Harmonies of #D14259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14259

Black with #D14259

Text Example


Text Example

White with #D14259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14259; }

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

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

background-color css

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

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

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

border-color css

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

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

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