#DA667B

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

Shades of Froly #DA667B

Tints of Froly #DA667B

Color information

#DA667B (or 0xDA667B) is unknown color: approx Froly. HEX triplet: DA, 66 and 7B. RGB value is (218,102,123). Sum of RGB (Red+Green+Blue) = 218+102+123=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA667B is #259984. Grayscale: #8B8B8B. Windows color (decimal): -2464133 or 8087258. OLE color: 8087258.

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

Color convert

RGB218102123-
CMYK00.530.440.15
HSL349.14º61.05%62.75%-
HSV(B)349.14º53.21%85.49%-
XYZ37.2425.8421.76-
YUV139.08118.93184.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=49.21%
G=23.02%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810212300.530.440.15349.1461.0562.75
HexDA667B0352CF15d3d3f
Octal33214617306554175357577
Binary110110101100110111101101101011011001111101011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA667B; }

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

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

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

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

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

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

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

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