#D76B83

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

Shades of Charm #D76B83

Tints of Charm #D76B83

Color information

#D76B83 (or 0xD76B83) is unknown color: approx Charm. HEX triplet: D7, 6B and 83. RGB value is (215,107,131). Sum of RGB (Red+Green+Blue) = 215+107+131=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B83 is #28947C. Grayscale: #8E8E8E. Windows color (decimal): -2659453 or 8612823. OLE color: 8612823.

HSL color Cylindrical-coordinate representation of color #D76B83: hue angle of 346.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76B83 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB215107131-
CMYK00.500.390.16
HSL346.67º57.45%63.14%-
HSV(B)346.67º50.23%84.31%-
XYZ37.3826.624.64-
YUV142.03121.78180.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 131 (51.56% from 255) = 28.92%
R=47.46%
G=23.62%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510713100.500.390.16346.6757.4563.14
HexD76B83032271015b393f
Octal32715320306247205337177
Binary11010111110101110000011011001010011110000101011011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76B83; }

 p { color: rgb(215,107,131); }

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

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

 a { background-color: rgb(215,107,131); }

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

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

 span { border-color: rgb(215,107,131); }

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