#D67F92

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

Shades of Charm #D67F92

Tints of Charm #D67F92

Color information

#D67F92 (or 0xD67F92) is unknown color: approx Charm. HEX triplet: D6, 7F and 92. RGB value is (214,127,146). Sum of RGB (Red+Green+Blue) = 214+127+146=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F92 is #29806D. Grayscale: #9B9B9B. Windows color (decimal): -2719854 or 9600982. OLE color: 9600982.

HSL color Cylindrical-coordinate representation of color #D67F92: hue angle of 346.9º 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 #D67F92 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214127146-
CMYK00.410.320.16
HSL346.9º51.48%66.86%-
HSV(B)346.9º40.65%83.92%-
XYZ40.5131.5531.15-
YUV155.18122.82169.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=43.94%
G=26.08%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412714600.410.320.16346.951.4866.86
HexD67F92029201015b3343
Octal326177222051402053363103
Binary110101101111111100100100101001100000100001010110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F92; }

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

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

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

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

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

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

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

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