Html Css Color HEX #D14351 Mandy

📋 copy color: '#D14351'

red 209 ◦ green 67 ◦ blue 81

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

Shades of Mandy #D14351

Tints of Mandy #D14351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 58.54%
G = 18.77%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D14351 (or 0xD14351) is known color: Mandy. HEX triplet: D1, 43 and 51. RGB value is (209,67,81). Sum of RGB (Red+Green+Blue) = 209+67+81=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D14351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14351 is #2EBCAE. Grayscale: #6F6F6F. Windows color (decimal): -3062959 or 5325777. OLE color: 5325777.

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

Color convert

RGB 209 67 81 -
CMYK 0 0.68 0.61 0.18
HSL 354.08º 0.61% 0.54% -
HSV(B) 354.08º 0.68% 0.82% -
XYZ 29.79 18.16 9.72 -
YUV 111.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 209 67 81 0 0.68 0.61 0.18 354.08 0.61 0.54
Hex D1 43 51 0 44 3D 12 162 3D 36
Octal 321 103 121 0 104 75 22 542 75 66
Binary 11010001 1000011 1010001 0 1000100 111101 10010 101100010 111101 110110

Color Harmonies of #D14351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14351

Black with #D14351

Text Example


Text Example

White with #D14351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14351; }

 p { color: rgb(209,67,81); }

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

background-color css

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

 a { background-color: rgb(209,67,81); }

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

border-color css

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

 span { border-color: rgb(209,67,81); }

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