#D67087

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

Shades of Charm #D67087

Tints of Charm #D67087

Color information

#D67087 (or 0xD67087) is unknown color: approx Charm. HEX triplet: D6, 70 and 87. RGB value is (214,112,135). Sum of RGB (Red+Green+Blue) = 214+112+135=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D67087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67087 is #298F78. Grayscale: #919191. Windows color (decimal): -2723705 or 8876246. OLE color: 8876246.

HSL color Cylindrical-coordinate representation of color #D67087: hue angle of 346.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67087 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214112135-
CMYK00.480.370.16
HSL346.47º55.43%63.92%-
HSV(B)346.47º47.66%83.92%-
XYZ37.927.6326.26-
YUV145.12122.29177.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=46.42%
G=24.30%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411213500.480.370.16346.4755.4363.92
HexD67087030251015a3740
Octal326160207060452053267100
Binary110101101110000100001110110000100101100001010110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67087; }

 p { color: rgb(214,112,135); }

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

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

 a { background-color: rgb(214,112,135); }

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

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

 span { border-color: rgb(214,112,135); }

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