#D67584

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

Shades of Charm #D67584

Tints of Charm #D67584

Color information

#D67584 (or 0xD67584) is unknown color: approx Charm. HEX triplet: D6, 75 and 84. RGB value is (214,117,132). Sum of RGB (Red+Green+Blue) = 214+117+132=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67584 is #298A7B. Grayscale: #939393. Windows color (decimal): -2722428 or 8680918. OLE color: 8680918.

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

Color convert

RGB214117132-
CMYK00.450.380.16
HSL350.72º54.19%64.9%-
HSV(B)350.72º45.33%83.92%-
XYZ38.2628.6825.35-
YUV147.71119.14175.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=46.22%
G=25.27%
B=28.51%

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
Decimal21411713200.450.380.16350.7254.1964.9
HexD6758402D261015f3641
Octal326165204055462053766101
Binary110101101110101100001000101101100110100001010111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67584; }

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

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

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

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

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

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

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

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