#D66684

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

Shades of Charm #D66684

Tints of Charm #D66684

Color information

#D66684 (or 0xD66684) is unknown color: approx Charm. HEX triplet: D6, 66 and 84. RGB value is (214,102,132). Sum of RGB (Red+Green+Blue) = 214+102+132=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66684 is #29997B. Grayscale: #8A8A8A. Windows color (decimal): -2726268 or 8677078. OLE color: 8677078.

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

Color convert

RGB214102132-
CMYK00.520.380.16
HSL343.93º57.73%61.96%-
HSV(B)343.93º52.34%83.92%-
XYZ36.6525.4624.81-
YUV138.91124.11181.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=47.77%
G=22.77%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410213200.520.380.16343.9357.7361.96
HexD6668403426101583a3e
Octal32614620406446205307276
Binary11010110110011010000100011010010011010000101011000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66684; }

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

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

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

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

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

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

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

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