#D5697E

Color #D5697E Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D5697E

Tints of Charm #D5697E

Color information

#D5697E (or 0xD5697E) is unknown color: approx Charm. HEX triplet: D5, 69 and 7E. RGB value is (213,105,126). Sum of RGB (Red+Green+Blue) = 213+105+126=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5697E is #2A9681. Grayscale: #8B8B8B. Windows color (decimal): -2791042 or 8284629. OLE color: 8284629.

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

Color convert

RGB213105126-
CMYK00.510.410.16
HSL348.33º56.25%62.35%-
HSV(B)348.33º50.7%83.53%-
XYZ36.2625.7622.8-
YUV139.69120.28180.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=47.97%
G=23.65%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310512600.510.410.16348.3356.2562.35
HexD5697E033291015c383e
Octal32515117606351205347076
Binary1101010111010011111110011001110100110000101011100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5697E; }

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

 H1.HeaderClassName
 {
   color: #D5697E;
 }
 .AnyTagClassName
 {
   color: #D5697E;
 }
</style>
background-color css

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

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

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

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

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

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