Html Css Color HEX #D14057 Mandy

📋 copy color: '#D14057'

red 209 ◦ green 64 ◦ blue 87

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

Shades of Mandy #D14057

Tints of Mandy #D14057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

 BLUE value IS 87 (34.38% from 255) = 24.17%

R = 58.06%
G = 17.78%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D14057 (or 0xD14057) is known color: Mandy. HEX triplet: D1, 40 and 57. RGB value is (209,64,87). Sum of RGB (Red+Green+Blue) = 209+64+87=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D14057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14057 is #2EBFA8. Grayscale: #6E6E6E. Windows color (decimal): -3063721 or 5718225. OLE color: 5718225.

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

Color convert

RGB 209 64 87 -
CMYK 0 0.69 0.58 0.18
HSL 350.48º 0.61% 0.54% -
HSV(B) 350.48º 0.69% 0.82% -
XYZ 29.85 17.91 10.9 -
YUV 109.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 209 64 87 0 0.69 0.58 0.18 350.48 0.61 0.54
Hex D1 40 57 0 45 3A 12 15E 3D 36
Octal 321 100 127 0 105 72 22 536 75 66
Binary 11010001 1000000 1010111 0 1000101 111010 10010 101011110 111101 110110

Color Harmonies of #D14057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14057

Black with #D14057

Text Example


Text Example

White with #D14057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14057; }

 p { color: rgb(209,64,87); }

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

background-color css

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

 a { background-color: rgb(209,64,87); }

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

border-color css

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

 span { border-color: rgb(209,64,87); }

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