#DF6C7A

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

Shades of Froly #DF6C7A

Tints of Froly #DF6C7A

Color information

#DF6C7A (or 0xDF6C7A) is unknown color: approx Froly. HEX triplet: DF, 6C and 7A. RGB value is (223,108,122). Sum of RGB (Red+Green+Blue) = 223+108+122=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C7A is #209385. Grayscale: #909090. Windows color (decimal): -2134918 or 8023263. OLE color: 8023263.

HSL color Cylindrical-coordinate representation of color #DF6C7A: hue angle of 352.7º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6C7A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB223108122-
CMYK00.520.450.13
HSL352.7º64.25%64.9%-
HSV(B)352.7º51.57%87.45%-
XYZ39.3127.8221.71-
YUV143.98115.6184.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=49.23%
G=23.84%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310812200.520.450.13352.764.2564.9
HexDF6C7A0342DD1614041
Octal3371541720645515541100101
Binary11011111110110011110100110100101101110110110000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C7A; }

 p { color: rgb(223,108,122); }

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

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

 a { background-color: rgb(223,108,122); }

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

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

 span { border-color: rgb(223,108,122); }

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