#D67781

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

Shades of Charm #D67781

Tints of Charm #D67781

Color information

#D67781 (or 0xD67781) is unknown color: approx Charm. HEX triplet: D6, 77 and 81. RGB value is (214,119,129). Sum of RGB (Red+Green+Blue) = 214+119+129=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D67781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67781 is #29887E. Grayscale: #949494. Windows color (decimal): -2721919 or 8484822. OLE color: 8484822.

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

Color convert

RGB214119129-
CMYK00.440.400.16
HSL353.68º53.67%65.29%-
HSV(B)353.68º44.39%83.92%-
XYZ38.2929.0724.36-
YUV148.54116.97174.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=46.32%
G=25.76%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411912900.440.400.16353.6853.6765.29
HexD6778102C28101623641
Octal326167201054502054266101
Binary110101101110111100000010101100101000100001011000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67781; }

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

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

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

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

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

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

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

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