#D3666A

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

Shades of Froly #D3666A

Tints of Froly #D3666A

Color information

#D3666A (or 0xD3666A) is unknown color: approx Froly. HEX triplet: D3, 66 and 6A. RGB value is (211,102,106). Sum of RGB (Red+Green+Blue) = 211+102+106=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3666A is #2C9995. Grayscale: #878787. Windows color (decimal): -2922902 or 6973139. OLE color: 6973139.

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

Color convert

RGB211102106-
CMYK00.520.500.17
HSL357.8º55.33%61.37%-
HSV(B)357.8º51.66%82.75%-
XYZ34.2224.3916.54-
YUV135.05111.61182.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.36%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=50.36%
G=24.34%
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.17
SystemRedGreenBlueCMYKHSL
Decimal21110210600.520.500.17357.855.3361.37
HexD3666A0343211166373d
Octal32314615206462215466775
Binary1101001111001101101010011010011001010001101100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3666A; }

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

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

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

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

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

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

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

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