Html Css Color HEX #D16469 Mandy

📋 copy color: '#D16469'

red 209 ◦ green 100 ◦ blue 105

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

Shades of Mandy #D16469

Tints of Mandy #D16469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.36%

R = 50.48%
G = 24.15%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D16469 (or 0xD16469) is known color: Mandy. HEX triplet: D1, 64 and 69. RGB value is (209,100,105). Sum of RGB (Red+Green+Blue) = 209+100+105=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D16469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16469 is #2E9B96. Grayscale: #858585. Windows color (decimal): -3054487 or 6907089. OLE color: 6907089.

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

Color convert

RGB 209 100 105 -
CMYK 0 0.52 0.50 0.18
HSL 357.25º 0.54% 0.61% -
HSV(B) 357.25º 0.52% 0.82% -
XYZ 33.4 23.69 16.18 -
YUV 133.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 209 100 105 0 0.52 0.50 0.18 357.25 0.54 0.61
Hex D1 64 69 0 34 32 12 165 36 3D
Octal 321 144 151 0 64 62 22 545 66 75
Binary 11010001 1100100 1101001 0 110100 110010 10010 101100101 110110 111101

Color Harmonies of #D16469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16469

Black with #D16469

Text Example


Text Example

White with #D16469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16469; }

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

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

background-color css

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

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

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

border-color css

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

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

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