#DA637B

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

Shades of Froly #DA637B

Tints of Froly #DA637B

Color information

#DA637B (or 0xDA637B) is unknown color: approx Froly. HEX triplet: DA, 63 and 7B. RGB value is (218,99,123). Sum of RGB (Red+Green+Blue) = 218+99+123=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA637B is #259C84. Grayscale: #898989. Windows color (decimal): -2464901 or 8086490. OLE color: 8086490.

HSL color Cylindrical-coordinate representation of color #DA637B: hue angle of 347.9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA637B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB21899123-
CMYK00.550.440.15
HSL347.9º61.66%62.16%-
HSV(B)347.9º54.59%85.49%-
XYZ36.9525.2621.67-
YUV137.32119.92185.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=49.55%
G=22.5%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189912300.550.440.15347.961.6662.16
HexDA637B0372CF15c3e3e
Octal33214317306754175347676
Binary110110101100011111101101101111011001111101011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA637B; }

 p { color: rgb(218,99,123); }

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

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

 a { background-color: rgb(218,99,123); }

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

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

 span { border-color: rgb(218,99,123); }

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