#D67487

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

Shades of Charm #D67487

Tints of Charm #D67487

Color information

#D67487 (or 0xD67487) is unknown color: approx Charm. HEX triplet: D6, 74 and 87. RGB value is (214,116,135). Sum of RGB (Red+Green+Blue) = 214+116+135=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D67487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67487 is #298B78. Grayscale: #939393. Windows color (decimal): -2722681 or 8877270. OLE color: 8877270.

HSL color Cylindrical-coordinate representation of color #D67487: hue angle of 348.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67487 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214116135-
CMYK00.460.370.16
HSL348.37º54.44%64.71%-
HSV(B)348.37º45.79%83.92%-
XYZ38.3528.5426.41-
YUV147.47120.97175.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=46.02%
G=24.95%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411613500.460.370.16348.3754.4464.71
HexD6748702E251015c3641
Octal326164207056452053466101
Binary110101101110100100001110101110100101100001010111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67487; }

 p { color: rgb(214,116,135); }

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

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

 a { background-color: rgb(214,116,135); }

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

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

 span { border-color: rgb(214,116,135); }

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