#D36685

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

Shades of Charm #D36685

Tints of Charm #D36685

Color information

#D36685 (or 0xD36685) is unknown color: approx Charm. HEX triplet: D3, 66 and 85. RGB value is (211,102,133). Sum of RGB (Red+Green+Blue) = 211+102+133=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D36685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36685 is #2C997A. Grayscale: #8A8A8A. Windows color (decimal): -2922875 or 8742611. OLE color: 8742611.

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

Color convert

RGB211102133-
CMYK00.520.370.17
HSL342.94º55.33%61.37%-
HSV(B)342.94º51.66%82.75%-
XYZ35.8525.0525.14-
YUV138.12125.11179.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.31%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=47.31%
G=22.87%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110213300.520.370.17342.9455.3361.37
HexD366850342511157373d
Octal32314620506445215276775
Binary11010011110011010000101011010010010110001101010111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36685; }

 p { color: rgb(211,102,133); }

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

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

 a { background-color: rgb(211,102,133); }

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

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

 span { border-color: rgb(211,102,133); }

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