Html Css Color HEX #D14159 Mandy

📋 copy color: '#D14159'

red 209 ◦ green 65 ◦ blue 89

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

Shades of Mandy #D14159

Tints of Mandy #D14159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

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

R = 57.58%
G = 17.91%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D14159 (or 0xD14159) is known color: Mandy. HEX triplet: D1, 41 and 59. RGB value is (209,65,89). Sum of RGB (Red+Green+Blue) = 209+65+89=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D14159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14159 is #2EBEA6. Grayscale: #6E6E6E. Windows color (decimal): -3063463 or 5849553. OLE color: 5849553.

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

Color convert

RGB 209 65 89 -
CMYK 0 0.69 0.57 0.18
HSL 350º 0.61% 0.54% -
HSV(B) 350º 0.69% 0.82% -
XYZ 29.99 18.06 11.36 -
YUV 110.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 209 65 89 0 0.69 0.57 0.18 350 0.61 0.54
Hex D1 41 59 0 45 39 12 15E 3D 36
Octal 321 101 131 0 105 71 22 536 75 66
Binary 11010001 1000001 1011001 0 1000101 111001 10010 101011110 111101 110110

Color Harmonies of #D14159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14159

Black with #D14159

Text Example


Text Example

White with #D14159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14159; }

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

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

background-color css

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

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

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

border-color css

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

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

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