Html Css Color HEX #D14256 Mandy

📋 copy color: '#D14256'

red 209 ◦ green 66 ◦ blue 86

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

Shades of Mandy #D14256

Tints of Mandy #D14256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.82%

R = 57.89%
G = 18.28%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D14256 (or 0xD14256) is known color: Mandy. HEX triplet: D1, 42 and 56. RGB value is (209,66,86). Sum of RGB (Red+Green+Blue) = 209+66+86=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D14256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14256 is #2EBDA9. Grayscale: #6F6F6F. Windows color (decimal): -3063210 or 5653201. OLE color: 5653201.

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

Color convert

RGB 209 66 86 -
CMYK 0 0.68 0.59 0.18
HSL 351.61º 0.61% 0.54% -
HSV(B) 351.61º 0.68% 0.82% -
XYZ 29.92 18.12 10.73 -
YUV 111.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 209 66 86 0 0.68 0.59 0.18 351.61 0.61 0.54
Hex D1 42 56 0 44 3B 12 160 3D 36
Octal 321 102 126 0 104 73 22 540 75 66
Binary 11010001 1000010 1010110 0 1000100 111011 10010 101100000 111101 110110

Color Harmonies of #D14256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14256

Black with #D14256

Text Example


Text Example

White with #D14256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14256; }

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

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

background-color css

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

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

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

border-color css

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

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

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