#D67985

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

Shades of Charm #D67985

Tints of Charm #D67985

Color information

#D67985 (or 0xD67985) is unknown color: approx Charm. HEX triplet: D6, 79 and 85. RGB value is (214,121,133). Sum of RGB (Red+Green+Blue) = 214+121+133=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D67985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67985 is #29867A. Grayscale: #969696. Windows color (decimal): -2721403 or 8747478. OLE color: 8747478.

HSL color Cylindrical-coordinate representation of color #D67985: hue angle of 352.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67985 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214121133-
CMYK00.430.380.16
HSL352.26º53.14%65.69%-
HSV(B)352.26º43.46%83.92%-
XYZ38.829.6625.87-
YUV150.18118.31173.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=45.73%
G=25.85%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412113300.430.380.16352.2653.1465.69
HexD6798502B26101603542
Octal326171205053462054065102
Binary110101101111001100001010101011100110100001011000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67985; }

 p { color: rgb(214,121,133); }

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

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

 a { background-color: rgb(214,121,133); }

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

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

 span { border-color: rgb(214,121,133); }

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