Html Css Color HEX #D14C56 Mandy

📋 copy color: '#D14C56'

red 209 ◦ green 76 ◦ blue 86

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

Shades of Mandy #D14C56

Tints of Mandy #D14C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 56.33%
G = 20.49%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D14C56 (or 0xD14C56) is known color: Mandy. HEX triplet: D1, 4C and 56. RGB value is (209,76,86). Sum of RGB (Red+Green+Blue) = 209+76+86=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14C56 is #2EB3A9. Grayscale: #757575. Windows color (decimal): -3060650 or 5655761. OLE color: 5655761.

HSL color Cylindrical-coordinate representation of color #D14C56: hue angle of 355.49º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14C56 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 76 86 -
CMYK 0 0.64 0.59 0.18
HSL 355.49º 0.59% 0.56% -
HSV(B) 355.49º 0.64% 0.82% -
XYZ 30.56 19.4 10.94 -
YUV 116.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 209 76 86 0 0.64 0.59 0.18 355.49 0.59 0.56
Hex D1 4C 56 0 40 3B 12 163 3B 38
Octal 321 114 126 0 100 73 22 543 73 70
Binary 11010001 1001100 1010110 0 1000000 111011 10010 101100011 111011 111000

Color Harmonies of #D14C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C56

Black with #D14C56

Text Example


Text Example

White with #D14C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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