#d67f83

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

Shades of Charm #D67F83

Tints of Charm #D67F83

Color information

#D67F83 (or 0xD67F83) is unknown color: approx Charm. HEX triplet: D6, 7F and 83. RGB value is (214,127,131). Sum of RGB (Red+Green+Blue) = 214+127+131=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F83 is #29807C. Grayscale: #999999. Windows color (decimal): -2719869 or 8617942. OLE color: 8617942.

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

Color convert

RGB214127131-
CMYK00.410.390.16
HSL357.24º51.48%66.86%-
HSV(B)357.24º40.65%83.92%-
XYZ39.4231.1125.4-
YUV153.47115.32171.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=45.34%
G=26.91%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412713100.410.390.16357.2451.4866.86
HexD67F8302927101653343
Octal326177203051472054563103
Binary110101101111111100000110101001100111100001011001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d67f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d67f83; }

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

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

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

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

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

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

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

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