#D5697D

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

Shades of Charm #D5697D

Tints of Charm #D5697D

Color information

#D5697D (or 0xD5697D) is unknown color: approx Charm. HEX triplet: D5, 69 and 7D. RGB value is (213,105,125). Sum of RGB (Red+Green+Blue) = 213+105+125=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5697D is #2A9682. Grayscale: #8B8B8B. Windows color (decimal): -2791043 or 8219093. OLE color: 8219093.

HSL color Cylindrical-coordinate representation of color #D5697D: hue angle of 348.89º 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 #D5697D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213105125-
CMYK00.510.410.16
HSL348.89º56.25%62.35%-
HSV(B)348.89º50.7%83.53%-
XYZ36.1925.7322.46-
YUV139.57119.78180.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=48.08%
G=23.70%
B=28.22%

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
Decimal21310512500.510.410.16348.8956.2562.35
HexD5697D033291015d383e
Octal32515117506351205357076
Binary1101010111010011111101011001110100110000101011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5697D; }

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

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

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

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

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

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

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

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