Html Css Color HEX #D14352 Mandy

📋 copy color: '#D14352'

red 209 ◦ green 67 ◦ blue 82

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

Shades of Mandy #D14352

Tints of Mandy #D14352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 58.38%
G = 18.72%
B = 22.91%

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

#D14352 (or 0xD14352) is known color: Mandy. HEX triplet: D1, 43 and 52. RGB value is (209,67,82). Sum of RGB (Red+Green+Blue) = 209+67+82=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D14352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14352 is #2EBCAD. Grayscale: #6F6F6F. Windows color (decimal): -3062958 or 5391313. OLE color: 5391313.

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

Color convert

RGB 209 67 82 -
CMYK 0 0.68 0.61 0.18
HSL 353.66º 0.61% 0.54% -
HSV(B) 353.66º 0.68% 0.82% -
XYZ 29.82 18.18 9.92 -
YUV 111.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 209 67 82 0 0.68 0.61 0.18 353.66 0.61 0.54
Hex D1 43 52 0 44 3D 12 162 3D 36
Octal 321 103 122 0 104 75 22 542 75 66
Binary 11010001 1000011 1010010 0 1000100 111101 10010 101100010 111101 110110

Color Harmonies of #D14352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14352

Black with #D14352

Text Example


Text Example

White with #D14352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14352; }

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

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

background-color css

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

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

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

border-color css

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

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

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