#DC646B

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

Shades of Froly #DC646B

Tints of Froly #DC646B

Color information

#DC646B (or 0xDC646B) is unknown color: approx Froly. HEX triplet: DC, 64 and 6B. RGB value is (220,100,107). Sum of RGB (Red+Green+Blue) = 220+100+107=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC646B is #239B94. Grayscale: #888888. Windows color (decimal): -2333589 or 7038172. OLE color: 7038172.

HSL color Cylindrical-coordinate representation of color #DC646B: hue angle of 356.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC646B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220100107-
CMYK00.550.510.14
HSL356.5º63.16%62.75%-
HSV(B)356.5º54.55%86.27%-
XYZ36.7325.3916.88-
YUV136.68111.26187.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=51.52%
G=23.42%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010010700.550.510.14356.563.1662.75
HexDC646B03733E1643f3f
Octal33414415306763165447777
Binary110111001100100110101101101111100111110101100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC646B; }

 p { color: rgb(220,100,107); }

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

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

 a { background-color: rgb(220,100,107); }

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

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

 span { border-color: rgb(220,100,107); }

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