#D2666A

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

Shades of Froly #D2666A

Tints of Froly #D2666A

Color information

#D2666A (or 0xD2666A) is unknown color: approx Froly. HEX triplet: D2, 66 and 6A. RGB value is (210,102,106). Sum of RGB (Red+Green+Blue) = 210+102+106=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2666A is #2D9995. Grayscale: #868686. Windows color (decimal): -2988438 or 6973138. OLE color: 6973138.

HSL color Cylindrical-coordinate representation of color #D2666A: hue angle of 357.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2666A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210102106-
CMYK00.510.500.18
HSL357.78º54.55%61.18%-
HSV(B)357.78º51.43%82.35%-
XYZ33.9324.2416.53-
YUV134.75111.78181.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=50.24%
G=24.40%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010210600.510.500.18357.7854.5561.18
HexD2666A0333212166373d
Octal32214615206362225466775
Binary1101001011001101101010011001111001010010101100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2666A; }

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

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

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

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

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

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

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

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