#D67E8A

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

Shades of Charm #D67E8A

Tints of Charm #D67E8A

Color information

#D67E8A (or 0xD67E8A) is unknown color: approx Charm. HEX triplet: D6, 7E and 8A. RGB value is (214,126,138). Sum of RGB (Red+Green+Blue) = 214+126+138=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E8A is #298175. Grayscale: #999999. Windows color (decimal): -2720118 or 9076438. OLE color: 9076438.

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

Color convert

RGB214126138-
CMYK00.410.360.16
HSL351.82º51.76%66.67%-
HSV(B)351.82º41.12%83.92%-
XYZ39.7831.0527.94-
YUV153.68119.15171.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=44.77%
G=26.36%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412613800.410.360.16351.8251.7666.67
HexD67E8A02924101603443
Octal326176212051442054064103
Binary110101101111110100010100101001100100100001011000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E8A; }

 p { color: rgb(214,126,138); }

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

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

 a { background-color: rgb(214,126,138); }

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

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

 span { border-color: rgb(214,126,138); }

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