Html Css Color HEX #D16466 Mandy

📋 copy color: '#D16466'

red 209 ◦ green 100 ◦ blue 102

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

Shades of Mandy #D16466

Tints of Mandy #D16466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 50.85%
G = 24.33%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D16466 (or 0xD16466) is known color: Mandy. HEX triplet: D1, 64 and 66. RGB value is (209,100,102). Sum of RGB (Red+Green+Blue) = 209+100+102=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D16466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16466 is #2E9B99. Grayscale: #848484. Windows color (decimal): -3054490 or 6710481. OLE color: 6710481.

HSL color Cylindrical-coordinate representation of color #D16466: hue angle of 358.9º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16466 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 100 102 -
CMYK 0 0.52 0.51 0.18
HSL 358.9º 0.54% 0.61% -
HSV(B) 358.9º 0.52% 0.82% -
XYZ 33.25 23.63 15.38 -
YUV 132.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 209 100 102 0 0.52 0.51 0.18 358.9 0.54 0.61
Hex D1 64 66 0 34 33 12 167 36 3D
Octal 321 144 146 0 64 63 22 547 66 75
Binary 11010001 1100100 1100110 0 110100 110011 10010 101100111 110110 111101

Color Harmonies of #D16466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16466

Black with #D16466

Text Example


Text Example

White with #D16466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16466; }

 p { color: rgb(209,100,102); }

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

background-color css

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

 a { background-color: rgb(209,100,102); }

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

border-color css

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

 span { border-color: rgb(209,100,102); }

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