#D67F8F

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

Shades of Charm #D67F8F

Tints of Charm #D67F8F

Color information

#D67F8F (or 0xD67F8F) is unknown color: approx Charm. HEX triplet: D6, 7F and 8F. RGB value is (214,127,143). Sum of RGB (Red+Green+Blue) = 214+127+143=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F8F is #298070. Grayscale: #9A9A9A. Windows color (decimal): -2719857 or 9404374. OLE color: 9404374.

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

Color convert

RGB214127143-
CMYK00.410.330.16
HSL348.97º51.48%66.86%-
HSV(B)348.97º40.65%83.92%-
XYZ40.2831.4629.94-
YUV154.84121.32170.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=44.21%
G=26.24%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412714300.410.330.16348.9751.4866.86
HexD67F8F029211015d3343
Octal326177217051412053563103
Binary110101101111111100011110101001100001100001010111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F8F; }

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

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

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

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

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

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

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

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