#D67C8F

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

Shades of Charm #D67C8F

Tints of Charm #D67C8F

Color information

#D67C8F (or 0xD67C8F) is unknown color: approx Charm. HEX triplet: D6, 7C and 8F. RGB value is (214,124,143). Sum of RGB (Red+Green+Blue) = 214+124+143=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C8F is #298370. Grayscale: #999999. Windows color (decimal): -2720625 or 9403606. OLE color: 9403606.

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

Color convert

RGB214124143-
CMYK00.420.330.16
HSL347.33º52.33%66.27%-
HSV(B)347.33º42.06%83.92%-
XYZ39.930.6929.81-
YUV153.08122.32171.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=44.49%
G=25.78%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412414300.420.330.16347.3352.3366.27
HexD67C8F02A211015b3442
Octal326174217052412053364102
Binary110101101111100100011110101010100001100001010110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C8F; }

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

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

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

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

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

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

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

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