#DA6273

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

Shades of Froly #DA6273

Tints of Froly #DA6273

Color information

#DA6273 (or 0xDA6273) is unknown color: approx Froly. HEX triplet: DA, 62 and 73. RGB value is (218,98,115). Sum of RGB (Red+Green+Blue) = 218+98+115=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6273 is #259D8C. Grayscale: #878787. Windows color (decimal): -2465165 or 7561946. OLE color: 7561946.

HSL color Cylindrical-coordinate representation of color #DA6273: hue angle of 351.5º 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 #DA6273 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21898115-
CMYK00.550.470.15
HSL351.5º61.86%61.96%-
HSV(B)351.5º55.05%85.49%-
XYZ36.3824.8819.1-
YUV135.82116.26186.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.58%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=50.58%
G=22.74%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189811500.550.470.15351.561.8661.96
HexDA62730372FF1603e3e
Octal33214216306757175407676
Binary110110101100010111001101101111011111111101100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6273; }

 p { color: rgb(218,98,115); }

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

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

 a { background-color: rgb(218,98,115); }

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

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

 span { border-color: rgb(218,98,115); }

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