#D5636A

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

Shades of Froly #D5636A

Tints of Froly #D5636A

Color information

#D5636A (or 0xD5636A) is unknown color: approx Froly. HEX triplet: D5, 63 and 6A. RGB value is (213,99,106). Sum of RGB (Red+Green+Blue) = 213+99+106=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5636A is #2A9C95. Grayscale: #858585. Windows color (decimal): -2792598 or 6972373. OLE color: 6972373.

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

Color convert

RGB21399106-
CMYK00.540.500.16
HSL356.32º57.58%61.18%-
HSV(B)356.32º53.52%83.53%-
XYZ34.524.1116.47-
YUV133.88112.27184.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=50.96%
G=23.68%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139910600.540.500.16356.3257.5861.18
HexD5636A03632101643a3d
Octal32514315206662205447275
Binary1101010111000111101010011011011001010000101100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5636A; }

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

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

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

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

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

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

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

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