#D06D83

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

Shades of Charm #D06D83

Tints of Charm #D06D83

Color information

#D06D83 (or 0xD06D83) is unknown color: approx Charm. HEX triplet: D0, 6D and 83. RGB value is (208,109,131). Sum of RGB (Red+Green+Blue) = 208+109+131=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D83 is #2F927C. Grayscale: #8D8D8D. Windows color (decimal): -3117693 or 8613328. OLE color: 8613328.

HSL color Cylindrical-coordinate representation of color #D06D83: hue angle of 346.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06D83 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB208109131-
CMYK00.480.370.18
HSL346.67º51.3%62.16%-
HSV(B)346.67º47.6%81.57%-
XYZ35.5825.9924.61-
YUV141.11122.3175.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.43%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=46.43%
G=24.33%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810913100.480.370.18346.6751.362.16
HexD06D83030251215b333e
Octal32015520306045225336376
Binary11010000110110110000011011000010010110010101011011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D83; }

 p { color: rgb(208,109,131); }

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

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

 a { background-color: rgb(208,109,131); }

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

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

 span { border-color: rgb(208,109,131); }

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