Html Css Color HEX #D1687D Charm

📋 copy color: '#D1687D'

red 209 ◦ green 104 ◦ blue 125

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

Shades of Charm #D1687D

Tints of Charm #D1687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 47.72%
G = 23.74%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1687D (or 0xD1687D) is known color: Charm. HEX triplet: D1, 68 and 7D. RGB value is (209,104,125). Sum of RGB (Red+Green+Blue) = 209+104+125=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1687D is #2E9782. Grayscale: #898989. Windows color (decimal): -3053443 or 8218833. OLE color: 8218833.

HSL color Cylindrical-coordinate representation of color #D1687D: hue angle of 348º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1687D is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 125 -
CMYK 0 0.50 0.40 0.18
HSL 348º 0.53% 0.61% -
HSV(B) 348º 0.5% 0.82% -
XYZ 34.95 24.94 22.37 -
YUV 137.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 209 104 125 0 0.50 0.40 0.18 348 0.53 0.61
Hex D1 68 7D 0 32 28 12 15C 35 3D
Octal 321 150 175 0 62 50 22 534 65 75
Binary 11010001 1101000 1111101 0 110010 101000 10010 101011100 110101 111101

Color Harmonies of #D1687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1687D

Black with #D1687D

Text Example


Text Example

White with #D1687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1687D; }

 p { color: rgb(209,104,125); }

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

background-color css

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

 a { background-color: rgb(209,104,125); }

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

border-color css

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

 span { border-color: rgb(209,104,125); }

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