Html Css Color HEX #D14A5E Mandy

📋 copy color: '#D14A5E'

red 209 ◦ green 74 ◦ blue 94

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

Shades of Mandy #D14A5E

Tints of Mandy #D14A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 55.44%
G = 19.63%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D14A5E (or 0xD14A5E) is known color: Mandy. HEX triplet: D1, 4A and 5E. RGB value is (209,74,94). Sum of RGB (Red+Green+Blue) = 209+74+94=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14A5E is #2EB5A1. Grayscale: #747474. Windows color (decimal): -3061154 or 6179537. OLE color: 6179537.

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

Color convert

RGB 209 74 94 -
CMYK 0 0.65 0.55 0.18
HSL 351.11º 0.59% 0.55% -
HSV(B) 351.11º 0.65% 0.82% -
XYZ 30.76 19.26 12.69 -
YUV 116.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 209 74 94 0 0.65 0.55 0.18 351.11 0.59 0.55
Hex D1 4A 5E 0 41 37 12 15F 3B 37
Octal 321 112 136 0 101 67 22 537 73 67
Binary 11010001 1001010 1011110 0 1000001 110111 10010 101011111 111011 110111

Color Harmonies of #D14A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A5E

Black with #D14A5E

Text Example


Text Example

White with #D14A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A5E; }

 p { color: rgb(209,74,94); }

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

background-color css

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

 a { background-color: rgb(209,74,94); }

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

border-color css

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

 span { border-color: rgb(209,74,94); }

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