#D5666D

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

Shades of Froly #D5666D

Tints of Froly #D5666D

Color information

#D5666D (or 0xD5666D) is unknown color: approx Froly. HEX triplet: D5, 66 and 6D. RGB value is (213,102,109). Sum of RGB (Red+Green+Blue) = 213+102+109=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5666D is #2A9992. Grayscale: #888888. Windows color (decimal): -2791827 or 7169749. OLE color: 7169749.

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

Color convert

RGB213102109-
CMYK00.520.490.16
HSL356.22º56.92%61.76%-
HSV(B)356.22º52.11%83.53%-
XYZ34.9524.7517.4-
YUV135.99112.77182.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=50.24%
G=24.06%
B=25.71%

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
Decimal21310210900.520.490.16356.2256.9261.76
HexD5666D0343110164393e
Octal32514615506461205447176
Binary1101010111001101101101011010011000110000101100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5666D; }

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

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

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

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

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

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

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

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