Html Css Color HEX #D3687D Charm

📋 copy color: '#D3687D'

red 211 ◦ green 104 ◦ blue 125

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

Shades of Charm #D3687D

Tints of Charm #D3687D

RGB

 RED value IS 211 (82.81% from 255) = 47.95%

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

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

R = 47.95%
G = 23.64%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3687D (or 0xD3687D) is known color: Charm. HEX triplet: D3, 68 and 7D. RGB value is (211,104,125). Sum of RGB (Red+Green+Blue) = 211+104+125=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3687D is #2C9782. Grayscale: #8A8A8A. Windows color (decimal): -2922371 or 8218835. OLE color: 8218835.

HSL color Cylindrical-coordinate representation of color #D3687D: hue angle of 348.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3687D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 104 125 -
CMYK 0 0.51 0.41 0.17
HSL 348.22º 0.55% 0.62% -
HSV(B) 348.22º 0.51% 0.83% -
XYZ 35.52 25.23 22.4 -
YUV 138.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 211 104 125 0 0.51 0.41 0.17 348.22 0.55 0.62
Hex D3 68 7D 0 33 29 11 15C 37 3E
Octal 323 150 175 0 63 51 21 534 67 76
Binary 11010011 1101000 1111101 0 110011 101001 10001 101011100 110111 111110

Color Harmonies of #D3687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3687D

Black with #D3687D

Text Example


Text Example

White with #D3687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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