#D6666B

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

Shades of Froly #D6666B

Tints of Froly #D6666B

Color information

#D6666B (or 0xD6666B) is unknown color: approx Froly. HEX triplet: D6, 66 and 6B. RGB value is (214,102,107). Sum of RGB (Red+Green+Blue) = 214+102+107=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6666B is #299994. Grayscale: #888888. Windows color (decimal): -2726293 or 7038678. OLE color: 7038678.

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

Color convert

RGB214102107-
CMYK00.520.500.16
HSL357.32º57.73%61.96%-
HSV(B)357.32º52.34%83.92%-
XYZ35.1424.8616.86-
YUV136.06111.61183.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=50.59%
G=24.11%
B=25.30%

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
Decimal21410210700.520.500.16357.3257.7361.96
HexD6666B03432101653a3e
Octal32614615306462205457276
Binary1101011011001101101011011010011001010000101100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6666B; }

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

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

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

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

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

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

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

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