#D76985

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

Shades of Charm #D76985

Tints of Charm #D76985

Color information

#D76985 (or 0xD76985) is unknown color: approx Charm. HEX triplet: D7, 69 and 85. RGB value is (215,105,133). Sum of RGB (Red+Green+Blue) = 215+105+133=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D76985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76985 is #28967A. Grayscale: #8D8D8D. Windows color (decimal): -2659963 or 8743383. OLE color: 8743383.

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

Color convert

RGB215105133-
CMYK00.510.380.16
HSL344.73º57.89%62.75%-
HSV(B)344.73º51.16%84.31%-
XYZ37.3126.2425.29-
YUV141.08123.44180.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=47.46%
G=23.18%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510513300.510.380.16344.7357.8962.75
HexD7698503326101593a3f
Octal32715120506346205317277
Binary11010111110100110000101011001110011010000101011001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76985; }

 p { color: rgb(215,105,133); }

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

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

 a { background-color: rgb(215,105,133); }

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

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

 span { border-color: rgb(215,105,133); }

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