#D67481

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

Shades of Charm #D67481

Tints of Charm #D67481

Color information

#D67481 (or 0xD67481) is unknown color: approx Charm. HEX triplet: D6, 74 and 81. RGB value is (214,116,129). Sum of RGB (Red+Green+Blue) = 214+116+129=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67481 is #298B7E. Grayscale: #929292. Windows color (decimal): -2722687 or 8484054. OLE color: 8484054.

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

Color convert

RGB214116129-
CMYK00.460.400.16
HSL352.04º54.44%64.71%-
HSV(B)352.04º45.79%83.92%-
XYZ37.9428.3724.25-
YUV146.78117.97175.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=46.62%
G=25.27%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411612900.460.400.16352.0454.4464.71
HexD6748102E28101603641
Octal326164201056502054066101
Binary110101101110100100000010101110101000100001011000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67481; }

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

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

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

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

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

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

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

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