#D5666A

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

Shades of Froly #D5666A

Tints of Froly #D5666A

Color information

#D5666A (or 0xD5666A) is unknown color: approx Froly. HEX triplet: D5, 66 and 6A. RGB value is (213,102,106). Sum of RGB (Red+Green+Blue) = 213+102+106=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5666A is #2A9995. Grayscale: #878787. Windows color (decimal): -2791830 or 6973141. OLE color: 6973141.

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

Color convert

RGB213102106-
CMYK00.520.500.16
HSL357.84º56.92%61.76%-
HSV(B)357.84º52.11%83.53%-
XYZ34.7924.6916.57-
YUV135.64111.27183.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=50.59%
G=24.23%
B=25.18%

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
Decimal21310210600.520.500.16357.8456.9261.76
HexD5666A0343210166393e
Octal32514615206462205467176
Binary1101010111001101101010011010011001010000101100110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5666A; }

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

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

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

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

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

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

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

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