Html Css Color HEX #D3697E Charm

📋 copy color: '#D3697E'

red 211 ◦ green 105 ◦ blue 126

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

Shades of Charm #D3697E

Tints of Charm #D3697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.76%

 BLUE value IS 126 (49.61% from 255) = 28.51%

R = 47.74%
G = 23.76%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3697E (or 0xD3697E) is known color: Charm. HEX triplet: D3, 69 and 7E. RGB value is (211,105,126). Sum of RGB (Red+Green+Blue) = 211+105+126=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D3697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3697E is #2C9681. Grayscale: #8B8B8B. Windows color (decimal): -2922114 or 8284627. OLE color: 8284627.

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

Color convert

RGB 211 105 126 -
CMYK 0 0.50 0.40 0.17
HSL 348.11º 0.55% 0.62% -
HSV(B) 348.11º 0.5% 0.83% -
XYZ 35.68 25.46 22.77 -
YUV 139.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 211 105 126 0 0.50 0.40 0.17 348.11 0.55 0.62
Hex D3 69 7E 0 32 28 11 15C 37 3E
Octal 323 151 176 0 62 50 21 534 67 76
Binary 11010011 1101001 1111110 0 110010 101000 10001 101011100 110111 111110

Color Harmonies of #D3697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3697E

Black with #D3697E

Text Example


Text Example

White with #D3697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3697E; }

 p { color: rgb(211,105,126); }

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

background-color css

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

 a { background-color: rgb(211,105,126); }

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

border-color css

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

 span { border-color: rgb(211,105,126); }

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