#D6768F

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

Shades of Charm #D6768F

Tints of Charm #D6768F

Color information

#D6768F (or 0xD6768F) is unknown color: approx Charm. HEX triplet: D6, 76 and 8F. RGB value is (214,118,143). Sum of RGB (Red+Green+Blue) = 214+118+143=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6768F is #298970. Grayscale: #959595. Windows color (decimal): -2722161 or 9402070. OLE color: 9402070.

HSL color Cylindrical-coordinate representation of color #D6768F: hue angle of 344.38º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6768F is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214118143-
CMYK00.450.330.16
HSL344.38º53.93%65.1%-
HSV(B)344.38º44.86%83.92%-
XYZ39.1729.2429.57-
YUV149.55124.3173.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=45.05%
G=24.84%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411814300.450.330.16344.3853.9365.1
HexD6768F02D21101583641
Octal326166217055412053066101
Binary110101101110110100011110101101100001100001010110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6768F; }

 p { color: rgb(214,118,143); }

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

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

 a { background-color: rgb(214,118,143); }

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

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

 span { border-color: rgb(214,118,143); }

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