Html Css Color HEX #D14250 Mandy

📋 copy color: '#D14250'

red 209 ◦ green 66 ◦ blue 80

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

Shades of Mandy #D14250

Tints of Mandy #D14250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 58.87%
G = 18.59%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D14250 (or 0xD14250) is known color: Mandy. HEX triplet: D1, 42 and 50. RGB value is (209,66,80). Sum of RGB (Red+Green+Blue) = 209+66+80=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D14250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14250 is #2EBDAF. Grayscale: #6E6E6E. Windows color (decimal): -3063216 or 5259985. OLE color: 5259985.

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

Color convert

RGB 209 66 80 -
CMYK 0 0.68 0.62 0.18
HSL 354.13º 0.61% 0.54% -
HSV(B) 354.13º 0.68% 0.82% -
XYZ 29.69 18.03 9.5 -
YUV 110.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 209 66 80 0 0.68 0.62 0.18 354.13 0.61 0.54
Hex D1 42 50 0 44 3E 12 162 3D 36
Octal 321 102 120 0 104 76 22 542 75 66
Binary 11010001 1000010 1010000 0 1000100 111110 10010 101100010 111101 110110

Color Harmonies of #D14250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14250

Black with #D14250

Text Example


Text Example

White with #D14250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14250; }

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

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

background-color css

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

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

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

border-color css

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

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

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