#D5696A

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

Shades of Froly #D5696A

Tints of Froly #D5696A

Color information

#D5696A (or 0xD5696A) is unknown color: approx Froly. HEX triplet: D5, 69 and 6A. RGB value is (213,105,106). Sum of RGB (Red+Green+Blue) = 213+105+106=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5696A is #2A9695. Grayscale: #898989. Windows color (decimal): -2791062 or 6973909. OLE color: 6973909.

HSL color Cylindrical-coordinate representation of color #D5696A: hue angle of 359.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5696A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213105106-
CMYK00.510.500.16
HSL359.44º56.25%62.35%-
HSV(B)359.44º50.7%83.53%-
XYZ35.0925.2916.67-
YUV137.41110.28181.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 106 (41.80% from 255) = 25%
R=50.24%
G=24.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310510600.510.500.16359.4456.2562.35
HexD5696A0333210167383e
Octal32515115206362205477076
Binary1101010111010011101010011001111001010000101100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5696A; }

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

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

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

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

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

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

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

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