#D6666A

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

Shades of Froly #D6666A

Tints of Froly #D6666A

Color information

#D6666A (or 0xD6666A) is unknown color: approx Froly. HEX triplet: D6, 66 and 6A. RGB value is (214,102,106). Sum of RGB (Red+Green+Blue) = 214+102+106=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6666A is #299995. Grayscale: #888888. Windows color (decimal): -2726294 or 6973142. OLE color: 6973142.

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

Color convert

RGB214102106-
CMYK00.520.500.16
HSL357.86º57.73%61.96%-
HSV(B)357.86º52.34%83.92%-
XYZ35.0824.8416.58-
YUV135.94111.11183.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.71%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=50.71%
G=24.17%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410210600.520.500.16357.8657.7361.96
HexD6666A03432101663a3e
Octal32614615206462205467276
Binary1101011011001101101010011010011001010000101100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6666A; }

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

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

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

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

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

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

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

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