#D66780

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

Shades of Charm #D66780

Tints of Charm #D66780

Color information

#D66780 (or 0xD66780) is unknown color: approx Charm. HEX triplet: D6, 67 and 80. RGB value is (214,103,128). Sum of RGB (Red+Green+Blue) = 214+103+128=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D66780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66780 is #29987F. Grayscale: #8B8B8B. Windows color (decimal): -2726016 or 8415190. OLE color: 8415190.

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

Color convert

RGB214103128-
CMYK00.520.400.16
HSL346.49º57.51%62.16%-
HSV(B)346.49º51.87%83.92%-
XYZ36.4825.5623.43-
YUV139.04121.77181.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=48.09%
G=23.15%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410312800.520.400.16346.4957.5162.16
HexD66780034281015a3a3e
Octal32614720006450205327276
Binary11010110110011110000000011010010100010000101011010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66780; }

 p { color: rgb(214,103,128); }

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

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

 a { background-color: rgb(214,103,128); }

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

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

 span { border-color: rgb(214,103,128); }

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