#D67484

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

Shades of Charm #D67484

Tints of Charm #D67484

Color information

#D67484 (or 0xD67484) is unknown color: approx Charm. HEX triplet: D6, 74 and 84. RGB value is (214,116,132). Sum of RGB (Red+Green+Blue) = 214+116+132=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D67484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67484 is #298B7B. Grayscale: #939393. Windows color (decimal): -2722684 or 8680662. OLE color: 8680662.

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

Color convert

RGB214116132-
CMYK00.460.380.16
HSL350.2º54.44%64.71%-
HSV(B)350.2º45.79%83.92%-
XYZ38.1428.4525.31-
YUV147.13119.47175.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=46.32%
G=25.11%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411613200.460.380.16350.254.4464.71
HexD6748402E261015e3641
Octal326164204056462053666101
Binary110101101110100100001000101110100110100001010111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67484; }

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

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

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

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

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

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

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

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