#D67585

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

Shades of Charm #D67585

Tints of Charm #D67585

Color information

#D67585 (or 0xD67585) is unknown color: approx Charm. HEX triplet: D6, 75 and 85. RGB value is (214,117,133). Sum of RGB (Red+Green+Blue) = 214+117+133=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D67585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67585 is #298A7A. Grayscale: #939393. Windows color (decimal): -2722427 or 8746454. OLE color: 8746454.

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

Color convert

RGB214117133-
CMYK00.450.380.16
HSL350.1º54.19%64.9%-
HSV(B)350.1º45.33%83.92%-
XYZ38.3328.7125.71-
YUV147.83119.64175.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=46.12%
G=25.22%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411713300.450.380.16350.154.1964.9
HexD6758502D261015e3641
Octal326165205055462053666101
Binary110101101110101100001010101101100110100001010111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67585; }

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

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

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

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

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

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

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

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