#D5666C

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

Shades of Froly #D5666C

Tints of Froly #D5666C

Color information

#D5666C (or 0xD5666C) is unknown color: approx Froly. HEX triplet: D5, 66 and 6C. RGB value is (213,102,108). Sum of RGB (Red+Green+Blue) = 213+102+108=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5666C is #2A9993. Grayscale: #878787. Windows color (decimal): -2791828 or 7104213. OLE color: 7104213.

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

Color convert

RGB213102108-
CMYK00.520.490.16
HSL356.76º56.92%61.76%-
HSV(B)356.76º52.11%83.53%-
XYZ34.924.7317.12-
YUV135.87112.27183.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=50.35%
G=24.11%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310210800.520.490.16356.7656.9261.76
HexD5666C0343110165393e
Octal32514615406461205457176
Binary1101010111001101101100011010011000110000101100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5666C; }

 p { color: rgb(213,102,108); }

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

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

 a { background-color: rgb(213,102,108); }

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

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

 span { border-color: rgb(213,102,108); }

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